From 382f074371f7dc32a34c944c845b1698e83d8c36 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 14 Aug 2009 10:34:22 +0200 Subject: 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=. - 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 Signed-off-by: Anthony Liguori --- sysemu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index d42fe9d..45aa8b0 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; -- cgit v1.1