Files
libvirt/tests/vmx2xmldata/vmx2xml-serial-network-server.xml
T

29 lines
796 B
XML
Raw Normal View History

<domain type='vmware'>
<uuid>00000000-0000-0000-0000-000000000000</uuid>
2012-02-22 17:48:38 -07:00
<memory unit='KiB'>32768</memory>
<currentMemory unit='KiB'>32768</currentMemory>
2012-05-09 00:04:36 +08:00
<vcpu placement='static'>1</vcpu>
<os>
<type arch='i686'>hvm</type>
</os>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<serial type='tcp'>
<source mode='bind' host='0.0.0.0' service='42001'/>
<protocol type='telnets'/>
<target port='0'/>
</serial>
<console type='tcp'>
<source mode='bind' host='0.0.0.0' service='42001'/>
<protocol type='telnets'/>
<target type='serial' port='0'/>
</console>
2010-12-30 18:08:54 +01:00
<video>
<model type='vmvga' vram='4096'/>
</video>
</devices>
</domain>