Files
libvirt/tests/vmx2xmldata/vmx2xml-annotation.xml
T

20 lines
592 B
XML
Raw Normal View History

<domain type='vmware'>
<uuid>00000000-0000-0000-0000-000000000000</uuid>
<description>Some |text| to test the &quot;escaping&quot;: ||&quot;&quot;||&quot;| Escaped!</description>
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>
2010-12-30 18:08:54 +01:00
<video>
<model type='vmvga' vram='4096' primary='yes'/>
2010-12-30 18:08:54 +01:00
</video>
</devices>
</domain>