]> git.proxmox.com Git - qemu.git/blobdiff - hw/mips_malta.c
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
[qemu.git] / hw / mips_malta.c
index 629e91470bc425b32fa2f475ca635aa4977a8a24..e1999d52e6af56ed08ff9bdf2228f8d947f9f3f8 100644 (file)
@@ -950,4 +950,5 @@ QEMUMachine mips_malta_machine = {
     .init = mips_malta_init,
     .ram_require = VGA_RAM_SIZE + BIOS_SIZE,
     .nodisk_ok = 1,
+    .max_cpus = 1,
 };