[libvirt] Error in documentation about memory ballon

2013-04-25 Thread Alexandre Laurent

Hello,

In Memory Ballon ( 
http://www.libvirt.org/formatdomain.html#elementsMemBalloon ) section, 
the second XML exemple has an error. Effectively, the documentation 
shows the following :

 ...
  devices
watchdog model='virtio'/
address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/

  /devices
/domain

but it should be

 ...
  devices
memballoon model='virtio'/
  address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/

/memballoon
  /devices
/domain




Best regards,

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] Error in documentation about memory ballon

2013-04-25 Thread Ján Tomko
On 04/25/2013 11:39 AM, Alexandre Laurent wrote:
 Hello,
 
 In Memory Ballon (
 http://www.libvirt.org/formatdomain.html#elementsMemBalloon ) section,
 the second XML exemple has an error. Effectively, the documentation
 shows the following :
  ...
   devices
 watchdog model='virtio'/
 address type='pci' domain='0x' bus='0x00' slot='0x02'
 function='0x0'/
   /devices
 /domain
 
 but it should be
 
  ...
   devices
 memballoon model='virtio'/
   address type='pci' domain='0x' bus='0x00' slot='0x02'
 function='0x0'/
 /memballoon
   /devices
 /domain
 
 
 
 
 Best regards,


It should be fixed now, thank you for your report.

Jan

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list