From: Eric Blake
Date: Fri, 15 Oct 2010 19:34:24 +0000 (-0600)
Subject: docs: document how to disable memballoon
X-Git-Tag: v0.8.5~117
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab6d95c4304830bddb781f7de4e58bdd2d4e36d;p=thirdparty%2Flibvirt.git
docs: document how to disable memballoon
https://bugzilla.redhat.com/show_bug.cgi?id=623903 documents a qemu
bug that causes libvirt to hang if virt-manager happens to be
querying balloon info when a guest is paused. Until the qemu bug
is fixed, people need to know how to avoid the issue.
* docs/formatdomain.html.in (Memory balloon device): Mention
model='none'.
---
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 8ec744623f..a4821e1efa 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1646,6 +1646,9 @@ qemu-kvm -net nic,model=? /dev/null
need to explicitly add this element in the guest XML unless a
specific PCI slot needs to be assigned.
Since 0.8.3, Xen, QEMU and KVM only
+ Additionally, since 0.8.4, if the
+ memballoon device needs to be explicitly disabled,
+ model='none'
may be used.