2013-03-18 01:06:52 +04:00
<domain type= "xen" >
<name > TestGuest</name>
<currentMemory > 204800</currentMemory>
<memory > 409600</memory>
<uuid > 12345678-1234-1234-1234-123456789012</uuid>
<description > foooo barrrr somedesc</description>
<os >
<type arch= "i686" > hvm</type>
<loader > /usr/lib/xen/boot/hvmloader</loader>
<boot dev= "hd" />
</os>
<features >
<acpi /> <apic />
</features>
<clock offset= "localtime" />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
2017-02-21 17:27:56 +03:00
<on_crash > destroy</on_crash>
2013-03-18 01:06:52 +04:00
<vcpu > 5</vcpu>
<devices >
<emulator > /usr/lib/xen/bin/qemu-dm</emulator>
<disk type= "block" device= "floppy" >
2013-09-26 16:47:01 +04:00
<source dev= "/dev/null" />
2013-03-18 01:06:52 +04:00
<target dev= "fda" bus= "fdc" />
</disk>
<graphics type= "vnc" passwd= "foobar" port= "100" listen= "0.0.0.0" />
2014-02-06 15:12:12 +04:00
<graphics type= "vnc" xauth= "/tmp/.Xauthority" display= "1:2" />
2014-01-29 17:18:01 +04:00
<graphics type= "rdp" listen= '1.1.2.3' >
<listen type= 'address' address= '1.1.2.3' />
</graphics>
2013-03-18 01:06:52 +04:00
<graphics type= "vnc" port= "-1" socket= "/tmp/foobar" />
2014-01-29 17:18:01 +04:00
<graphics type= "vnc" autoport= "yes" >
<listen type= 'network' network= 'Bobsnetwork' />
</graphics>
2013-03-18 01:06:52 +04:00
<graphics type= "spice" passwd= "foobar" port= "100" tlsPort= "101" listen= "0.0.0.0" passwdValidTo= "2010-04-09T15:51:00" >
2014-01-29 17:18:01 +04:00
<listen type= 'address' address= '0.0.0.0' />
2013-03-18 01:06:52 +04:00
<channel name= 'inputs' mode= 'insecure' />
<channel name= 'main' mode= 'secure' />
<channel name= 'record' mode= 'any' />
2013-07-16 02:53:53 +04:00
<channel name= 'cursor' mode= 'any' />
<channel name= 'playback' mode= 'any' />
<channel name= 'display' mode= 'any' />
2013-03-18 01:06:52 +04:00
</graphics>
</devices>
<seclabel type= "static" model= "selinux" >
<label > foolabel</label>
<imagelabel > imagelabel</imagelabel>
</seclabel>
</domain>