Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2vmxdata / xml2vmx-gsx-in-the-wild-1.xml
1 <domain type='vmware'>
2   <name>Server1</name>
3   <uuid>564d1223-f835-c4b1-bbf6-e32390d62bd3</uuid>
4   <memory unit='KiB'>32768</memory>
5   <currentMemory unit='KiB'>32768</currentMemory>
6   <vcpu>1</vcpu>
7   <os>
8     <type>hvm</type>
9   </os>
10   <clock offset='utc'/>
11   <on_poweroff>destroy</on_poweroff>
12   <on_reboot>restart</on_reboot>
13   <on_crash>destroy</on_crash>
14   <devices>
15     <disk type='file' device='disk'>
16       <source file='[storage] Server1/Debian-System1-0-cl2.vmdk'/>
17       <target dev='hda' bus='ide'/>
18     </disk>
19     <interface type='bridge'>
20       <mac address='00:0c:29:d6:2b:d3'/>
21       <source bridge='net1'/>
22       <target dev='/dev/vmnet1'/>
23     </interface>
24   </devices>
25 </domain>