]> Git Repo - qemu.git/commit
switch balloon initialization to -device.
authorGerd Hoffmann <[email protected]>
Fri, 14 Aug 2009 08:34:22 +0000 (10:34 +0200)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/pc.c
sysemu.h
vl.c
This page took 0.028905 seconds and 4 git commands to generate.