From df97b92060e9f754a5dcaa81a762ea708aa087c7 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Wed, 10 Jun 2009 16:34:08 -0300 Subject: Add -no-virtio-balloon command-line option This new option may be used to disable the virtio-balloon device. Signed-off-by: Eduardo Habkost Signed-off-by: Anthony Liguori --- sysemu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysemu.h') 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; -- cgit v1.1