2017-04-24 15:56:31 +02:00
<domain type= 'qemu' >
<name > QEMUGuest1</name>
<uuid > c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit= 'KiB' > 219136</memory>
<currentMemory unit= 'KiB' > 219136</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<os >
<type arch= 'i686' machine= 'pc' > hvm</type>
<boot dev= 'hd' />
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
2019-11-29 16:33:37 +00:00
<emulator > /usr/bin/qemu-system-i386</emulator>
2017-04-24 15:56:31 +02:00
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'http' name= 'test.img' >
2017-07-10 13:41:43 +02:00
<host name= 'example.org' port= '80' />
2017-04-24 15:56:31 +02:00
</source>
<target dev= 'vda' bus= 'virtio' />
</disk>
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'https' name= 'test2.img' >
2017-07-10 13:41:43 +02:00
<host name= 'example.org' port= '443' />
2017-04-28 12:24:46 +02:00
<ssl verify= 'no' />
2017-04-24 15:56:31 +02:00
</source>
<target dev= 'vdb' bus= 'virtio' />
</disk>
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'http' name= 'test3.img' >
<host name= 'example.org' port= '1234' />
2017-05-09 14:52:40 +02:00
<cookies >
<cookie name= 'test' > testcookievalue</cookie>
<cookie name= 'test2' > blurb</cookie>
</cookies>
2017-04-24 15:56:31 +02:00
</source>
<target dev= 'vdc' bus= 'virtio' />
</disk>
2017-04-28 12:24:46 +02:00
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'https' name= 'test4.img' >
<host name= 'example.org' port= '1234' />
<ssl verify= 'yes' />
2017-05-09 14:52:40 +02:00
<cookies >
<cookie name= 'test' > testcookievalue</cookie>
<cookie name= 'test2' > blurb</cookie>
</cookies>
2020-03-05 16:50:46 +01:00
<readahead size= '65536' />
<timeout seconds= '10' />
2017-04-28 12:24:46 +02:00
</source>
<target dev= 'vdd' bus= 'virtio' />
</disk>
2017-04-24 15:56:31 +02:00
<controller type= 'usb' index= '0' />
<controller type= 'pci' index= '0' model= 'pci-root' />
<input type= 'mouse' bus= 'ps2' />
<input type= 'keyboard' bus= 'ps2' />
<memballoon model= 'none' />
</devices>
</domain>