machine struct - specify max_cpus at the per machine level (Jes Sorensen)
[qemu] / hw / boards.h
index 119c2f6..d30c0fc 100644 (file)
@@ -18,6 +18,7 @@ typedef struct QEMUMachine {
     ram_addr_t ram_require;
     int nodisk_ok;
     int use_scsi;
+    int max_cpus;
     struct QEMUMachine *next;
 } QEMUMachine;