diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 4cca67fc48..3e80312570 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1506,6 +1506,53 @@ qemu-kvm -net nic,model=? /dev/null +
+ A virtual memory balloon device is added to all Xen and KVM/QEMU
+ guests. It will be seen as memballoon
element.
+ It will be automatically added when appropriate, so there is no
+ 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
+
+ Example automatically added device with KVM +
++ ... + <devices> + <memballoon model='virtio'/> + </devices> + ...+ +
+ Example manually added device with static PCI slot 2 requested +
++ ... + <devices> + <watchdog model='virtio'/> + <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> + </devices> +</domain>+ +
model
+ The required model
attribute specifies what type
+ of balloon device is provided. Valid values are specific to
+ the virtualization platform
+