remote: add sysusers file to create 'libvirt' group
[libvirt.git] / tests / vmx2xmldata / annotation.xml
blob3e7a0e129ad03a47f1b97a4c9fb4a0f6b42cec9a
1 <domain type='vmware'>
2   <name>test</name>
3   <uuid>00000000-0000-0000-0000-000000000000</uuid>
4   <description>Some |text| to test the &quot;escaping&quot;: ||&quot;&quot;||&quot;| Escaped!</description>
5   <memory unit='KiB'>32768</memory>
6   <currentMemory unit='KiB'>32768</currentMemory>
7   <vcpu placement='static'>1</vcpu>
8   <os>
9     <type arch='i686'>hvm</type>
10   </os>
11   <clock offset='utc'/>
12   <on_poweroff>destroy</on_poweroff>
13   <on_reboot>restart</on_reboot>
14   <on_crash>destroy</on_crash>
15   <devices>
16     <video>
17       <model type='vmvga' vram='4096' primary='yes'/>
18     </video>
19   </devices>
20 </domain>