Use a pair of 'memballoon' tags instead of single 'watchdog' one.
Add a few missing colons.
</p>
<p>
- Example automatically added device with KVM
+ Example: automatically added device with KVM
</p>
<pre>
...
...</pre>
<p>
- Example manually added device with static PCI slot 2 requested
+ Example: manually added device with static PCI slot 2 requested
</p>
<pre>
...
<devices>
- <watchdog model='virtio'/>
- <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
+ <memballoon model='virtio'>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
+ </memballoon>
</devices>
</domain></pre>