machine struct - specify max_cpus at the per machine level (Jes Sorensen)
[qemu] / hw / mips_mipssim.c
index dc62f69..bd5266a 100644 (file)
@@ -196,4 +196,5 @@ QEMUMachine mips_mipssim_machine = {
     .init = mips_mipssim_init,
     .ram_require = BIOS_SIZE + VGA_RAM_SIZE /* unused */,
     .nodisk_ok = 1,
+    .max_cpus = 1,
 };