diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2009-06-10 16:34:08 -0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-13 19:17:28 -0500 |
commit | df97b92060e9f754a5dcaa81a762ea708aa087c7 (patch) | |
tree | a930d2b183987c520e7732eee33ff09d9d46b2e3 /sysemu.h | |
parent | 6693665ace00864640c1c9f5020ea125e0b997c2 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |