]> git.proxmox.com Git - qemu.git/blobdiff - hw/mips_r4k.c
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
[qemu.git] / hw / mips_r4k.c
index 6551b02e0bbac934fa96da2b8d69c3c946329dec..399f452a8d6f505833fd08ce6b28a0baa7b6ad06 100644 (file)
@@ -287,4 +287,5 @@ QEMUMachine mips_machine = {
     .init = mips_r4k_init,
     .ram_require = VGA_RAM_SIZE + BIOS_SIZE,
     .nodisk_ok = 1,
+    .max_cpus = 1,
 };