aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-14 10:34:22 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:46:58 -0500
commit382f074371f7dc32a34c944c845b1698e83d8c36 (patch)
treef05fad2d2e592ad2eaa2fa0fd58eb64e86eea7a4 /sysemu.h
parentide: move code to hw/ide/ (diff)
downloadqemu-kvm-382f074371f7dc32a34c944c845b1698e83d8c36.tar.gz
qemu-kvm-382f074371f7dc32a34c944c845b1698e83d8c36.tar.bz2
qemu-kvm-382f074371f7dc32a34c944c845b1698e83d8c36.zip
switch balloon initialization to -device.
With that patch applied "-balloon virtio,args" becomes a shortcut for "-device virtio-balloon-pci,args". Side effects: - ballon device gains support for id=<tag>. - ballon device is off by default now. - initialization order changes, which may in different pci slot assignment depending on the VM configuration. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysemu.h b/sysemu.h
index d42fe9dc7..45aa8b0dd 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -125,8 +125,6 @@ extern int win2k_install_hack;
extern int rtc_td_hack;
extern int alt_grab;
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;