| Submitter | Alexander Graf |
|---|---|
| Date | Oct. 6, 2011, 8:05 a.m. |
| Message ID | <1317888366-10509-32-git-send-email-agraf@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/117964/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/ppce500_mpc8544ds.c b/hw/ppce500_mpc8544ds.c index dfa8034..b86a008 100644 --- a/hw/ppce500_mpc8544ds.c +++ b/hw/ppce500_mpc8544ds.c @@ -396,6 +396,7 @@ static QEMUMachine mpc8544ds_machine = { .name = "mpc8544ds", .desc = "mpc8544ds", .init = mpc8544ds_init, + .max_cpus = 15, }; static void mpc8544ds_machine_init(void)
Now that we have everything in place, make the machine description aware of the fact that we can now handle 15 virtual CPUs! Signed-off-by: Alexander Graf <agraf@suse.de> --- v1 -> v2: - Max cpus is 15 because of MPIC --- hw/ppce500_mpc8544ds.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)