Replace -no-virtio-balloon by -balloon
authorMarkus Armbruster <armbru@redhat.com>
Fri, 26 Jun 2009 17:15:14 +0000 (19:15 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 19:18:08 +0000 (14:18 -0500)
commitc409270ca643b621c9d9ed50712d926b48936d47
treef7d84eeecedb731b67f50ffe319c0d5efc67434d
parent79eadbd697b9a017bc7884a7738eb1e3d11a672d
Replace -no-virtio-balloon by -balloon

We want to do (at least) two things to the virtio-balloon device:
suppress it, and control its PCI address.  Option -no-virtio-balloon
lets us do only the former.  To get the latter, replace
-no-virtio-balloon with

    -balloon none   disable balloon device
    -balloon virtio[,addr=str]
                    enable virtio balloon device (default)

Syntax suggested by Anthony Liguori.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c
qemu-options.hx
sysemu.h
vl.c