2020-03-09 12:38:21 +01:00
<domain type= 'kvm' >
<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= 'x86_64' 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 >
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'http' name= 'test.img' >
<host name= 'example.org' />
2020-03-06 07:09:22 +01:00
<timeout seconds= '1234' />
2020-03-09 12:38:21 +01:00
</source>
<target dev= 'vda' bus= 'virtio' />
</disk>
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source protocol= 'https' name= 'test2.img' >
<host name= 'example.org' />
2020-03-06 07:09:22 +01:00
<readahead size= '1024' />
2020-03-09 12:38:21 +01: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-04 12:55:49 +02:00
<cookies >
<cookie name= 'test' > testcookievalue</cookie>
2020-03-25 16:06:39 +01:00
<cookie name= 'test2' > "blurb"</cookie>
2017-05-04 12:55:49 +02:00
</cookies>
2020-03-09 12:38:21 +01:00
</source>
<target dev= 'vdc' bus= 'virtio' />
</disk>
<disk type= 'network' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
2020-03-30 14:54:02 +02:00
<source protocol= 'https' name= 'test4.img' query= 'par=val&other=ble' >
2020-03-09 12:38:21 +01:00
<host name= 'example.org' port= '1234' />
2017-04-28 12:58:17 +02:00
<ssl verify= 'no' />
2017-05-04 12:55:49 +02:00
<cookies >
<cookie name= 'test' > testcookievalue</cookie>
2020-03-25 16:06:39 +01:00
<cookie name= 'test2' > " blurb" </cookie>
2017-05-04 12:55:49 +02:00
</cookies>
2020-03-09 12:38:21 +01:00
</source>
<target dev= 'vdd' bus= 'virtio' />
</disk>
<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>