mirror of https://gitee.com/openkylin/libvirt.git
docs: fix memballoon examples
Use a pair of 'memballoon' tags instead of single 'watchdog' one. Add a few missing colons.
This commit is contained in:
parent
2bbbf0beb8
commit
caf659a868
|
@ -4355,7 +4355,7 @@ qemu-kvm -net nic,model=? /dev/null
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Example automatically added device with KVM
|
Example: automatically added device with KVM
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
...
|
...
|
||||||
|
@ -4365,13 +4365,14 @@ qemu-kvm -net nic,model=? /dev/null
|
||||||
...</pre>
|
...</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Example manually added device with static PCI slot 2 requested
|
Example: manually added device with static PCI slot 2 requested
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
...
|
...
|
||||||
<devices>
|
<devices>
|
||||||
<watchdog model='virtio'/>
|
<memballoon model='virtio'>
|
||||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
|
||||||
|
</memballoon>
|
||||||
</devices>
|
</devices>
|
||||||
</domain></pre>
|
</domain></pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue