qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 23/23] PPC: E500: Bump CPU count to 32


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 23/23] PPC: E500: Bump CPU count to 32
Date: Thu, 21 Jul 2011 03:27:34 +0200

Now that we have everything in place, make the machine description
aware of the fact that we can now handle 32 virtual CPUs!

Signed-off-by: Alexander Graf <address@hidden>
---
 hw/ppce500_mpc8544ds.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/ppce500_mpc8544ds.c b/hw/ppce500_mpc8544ds.c
index d22ee37..ddcaffd 100644
--- a/hw/ppce500_mpc8544ds.c
+++ b/hw/ppce500_mpc8544ds.c
@@ -358,6 +358,7 @@ static QEMUMachine mpc8544ds_machine = {
     .name = "mpc8544ds",
     .desc = "mpc8544ds",
     .init = mpc8544ds_init,
+    .max_cpus = 32,
 };
 
 static void mpc8544ds_machine_init(void)
-- 
1.6.0.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]