summaryrefslogtreecommitdiffstats
path: root/sysemu.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2009-06-10 16:34:08 -0300
committerAnthony Liguori <aliguori@us.ibm.com>2009-06-13 19:17:28 -0500
commitdf97b92060e9f754a5dcaa81a762ea708aa087c7 (patch)
treea930d2b183987c520e7732eee33ff09d9d46b2e3 /sysemu.h
parent6693665ace00864640c1c9f5020ea125e0b997c2 (diff)
downloadhqemu-df97b92060e9f754a5dcaa81a762ea708aa087c7.zip
hqemu-df97b92060e9f754a5dcaa81a762ea708aa087c7.tar.gz
Add -no-virtio-balloon command-line option
This new option may be used to disable the virtio-balloon device. Signed-off-by: Eduardo Habkost <ehabkost@redhat.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 e5e5ba0..fe24415 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -116,6 +116,7 @@ extern int win2k_install_hack;
extern int rtc_td_hack;
extern int alt_grab;
extern int usb_enabled;
+extern int no_virtio_balloon;
extern int smp_cpus;
extern int cursor_hide;
extern int graphic_rotate;
OpenPOWER on IntegriCloud