]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
switch balloon initialization to -device.
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 14 Aug 2009 08:34:22 +0000 (10:34 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 28 Aug 2009 01:46:58 +0000 (20:46 -0500)
commit382f074371f7dc32a34c944c845b1698e83d8c36
treef05fad2d2e592ad2eaa2fa0fd58eb64e86eea7a4
parent59f2a78793b6d17634f39646d604e84af51e0919
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>
hw/pc.c
sysemu.h
vl.c