2019-01-28 15:59:36 +01: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 >
2022-01-04 16:36:46 +01:00
<type arch= 'x86_64' machine= 'pc' > hvm</type>
2019-01-28 15:59:36 +01:00
<boot dev= 'hd' />
</os>
2023-08-15 15:45:51 +02:00
<cpu mode= 'custom' match= 'exact' check= 'none' >
<model fallback= 'forbid' > qemu64</model>
</cpu>
2019-01-28 15:59:36 +01:00
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
2022-01-04 16:36:46 +01:00
<emulator > /usr/bin/qemu-system-x86_64</emulator>
2019-01-28 15:59:36 +01: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>
2023-08-15 15:45:51 +02:00
<controller type= 'usb' index= '0' model= 'piix3-uhci' >
2019-01-28 15:59:36 +01:00
<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' />
2021-02-24 14:24:10 +00:00
<audio id= '1' type= 'none' />
2019-01-28 15:59:36 +01:00
<memballoon model= 'none' />
</devices>
</domain>