|
@@ -581,7 +581,8 @@ static void core99_machine_class_init(ObjectClass *oc, void *data)
|
|
mc->desc = "Mac99 based PowerMAC";
|
|
mc->desc = "Mac99 based PowerMAC";
|
|
mc->init = ppc_core99_init;
|
|
mc->init = ppc_core99_init;
|
|
mc->block_default_type = IF_IDE;
|
|
mc->block_default_type = IF_IDE;
|
|
- mc->max_cpus = MAX_CPUS;
|
|
|
|
|
|
+ /* SMP is not supported currently */
|
|
|
|
+ mc->max_cpus = 1;
|
|
mc->default_boot_order = "cd";
|
|
mc->default_boot_order = "cd";
|
|
mc->default_display = "std";
|
|
mc->default_display = "std";
|
|
mc->kvm_type = core99_kvm_type;
|
|
mc->kvm_type = core99_kvm_type;
|