Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2vmxdata / xml2vmx-serial-network-server.xml
1 <domain type='vmware'>
2   <name>serial-network</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     <serial type='tcp'>
10       <source mode="bind" host="0.0.0.0" service="42001"/>
11       <protocol type="tls"/>
12       <target port='0'/>
13     </serial>
14   </devices>
15 </domain>