Home
last modified time | relevance | path

Searched hist:"7 d4c3d53" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dqemu-options.hx7d4c3d53 Fri Jun 26 12:15:14 CDT 2009 Markus Armbruster <armbru@redhat.com> 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>