« Previous | Next » 

Revision 7d4c3d53

ID7d4c3d535c6f33e1d6d158aaf2108a27b45d743d

Added by Markus Armbruster almost 15 years ago

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 <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences