]> Git Repo - qemu.git/commit
Replace -no-virtio-balloon by -balloon
authorMarkus Armbruster <[email protected]>
Fri, 26 Jun 2009 17:15:14 +0000 (19:15 +0200)
committerAnthony Liguori <[email protected]>
Mon, 29 Jun 2009 19:18:08 +0000 (14:18 -0500)
commit7d4c3d535c6f33e1d6d158aaf2108a27b45d743d
treef7d84eeecedb731b67f50ffe319c0d5efc67434d
parent74efd61a75f1a400aa480ad08231ba31ccdec895
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/pc.c
qemu-options.hx
sysemu.h
vl.c
This page took 0.025609 seconds and 4 git commands to generate.