]> git.proxmox.com Git - qemu.git/blobdiff - hw/r2d.c
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
[qemu.git] / hw / r2d.c
index 855aa414ff50c5460a0da78e333bdce075132168..58c93e89932f4b988808356b95fb0a696159e94e 100644 (file)
--- a/hw/r2d.c
+++ b/hw/r2d.c
@@ -168,4 +168,5 @@ QEMUMachine r2d_machine = {
     .desc = "r2d-plus board",
     .init = r2d_init,
     .ram_require = SDRAM_SIZE | RAMSIZE_FIXED,
+    .max_cpus = 1,
 };