aboutsummaryrefslogtreecommitdiff
path: root/hw/boards.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/boards.h')
-rw-r--r--hw/boards.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h
index 119c2f60cd..d30c0fced9 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -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;