aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Sorensen <jes@sgi.com>2009-07-23 17:03:42 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-27 14:09:14 -0500
commit6be68d7eb9037fa3b8ef18901e5c02c120463efd (patch)
tree437edcdccb370dabe02689387a6283df341e3a72 /sysemu.h
parentUse Little Endian for Dirty Log (diff)
downloadqemu-kvm-6be68d7eb9037fa3b8ef18901e5c02c120463efd.tar.gz
qemu-kvm-6be68d7eb9037fa3b8ef18901e5c02c120463efd.tar.bz2
qemu-kvm-6be68d7eb9037fa3b8ef18901e5c02c120463efd.zip
Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
Follow on patch will use it to determine the size of the MADT and other BIOS tables. Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index 97d1581fd..96928dce4 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -121,6 +121,7 @@ extern int usb_enabled;
extern int virtio_balloon;
extern const char *virtio_balloon_devaddr;
extern int smp_cpus;
+extern int max_cpus;
extern int cursor_hide;
extern int graphic_rotate;
extern int no_quit;