Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2vmxdata / xml2vmx-scsi-writethrough.xml
1 <domain type='vmware'>
2   <name>scsi-writethrough</name>
3   <uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
4   <memory unit='KiB'>4096</memory>
5   <os>
6     <type>hvm</type>
7   </os>
8   <devices>
9     <disk type='file' device='disk'>
10       <driver name='buslogic' cache='writethrough'/>
11       <source file='[datastore] directory/harddisk.vmdk'/>
12       <target dev='sda' bus='scsi'/>
13     </disk>
14   </devices>
15 </domain>