2019-01-28 17:59:36 +03:00
<domain type= 'qemu' >
<name > QEMUGuest1</name>
<uuid > c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<description > This test is meant for testing CDROMS with buses which don' t really support them</description>
<memory unit= 'KiB' > 219100</memory>
<currentMemory unit= 'KiB' > 219100</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 19:33:37 +03:00
<emulator > /usr/bin/qemu-system-i386</emulator>
2019-01-28 17:59:36 +03:00
<disk type= 'file' device= 'cdrom' >
<driver name= 'qemu' type= 'raw' />
<source file= '/root/boot.iso' />
<target dev= 'sda' bus= 'usb' />
<readonly />
</disk>
<disk type= 'file' device= 'cdrom' >
<driver name= 'qemu' type= 'raw' />
<target dev= 'sdb' bus= 'usb' />
<readonly />
</disk>
<disk type= 'file' device= 'cdrom' >
<driver name= 'qemu' type= 'raw' />
<source file= '/root/boot2.iso' />
<target dev= 'sdc' bus= 'sd' />
<readonly />
</disk>
<disk type= 'file' device= 'cdrom' >
<driver name= 'qemu' type= 'raw' />
<target dev= 'sdd' bus= 'sd' />
<readonly />
</disk>
<controller type= 'usb' index= '0' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x2' />
</controller>
<controller type= 'ide' index= '0' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x1' />
</controller>
<controller type= 'pci' index= '0' model= 'pci-root' />
<input type= 'mouse' bus= 'ps2' />
<input type= 'keyboard' bus= 'ps2' />
<memballoon model= 'none' />
</devices>
</domain>