2018-10-13 00:15:20 +03:00
<domain type= "kvm" >
2019-06-11 18:54:02 +03:00
<name > centos6.5</name>
2018-10-13 00:15:20 +03:00
<uuid > 00000000-1111-2222-3333-444444444444</uuid>
<metadata >
<libosinfo:libosinfo xmlns:libosinfo= "http://libosinfo.org/xmlns/libvirt/domain/1.0" >
<libosinfo:os id= "http://centos.org/centos/6.5" />
</libosinfo:libosinfo>
</metadata>
<memory > 65536</memory>
<currentMemory > 65536</currentMemory>
2019-05-12 01:39:59 +03:00
<vcpu > 2</vcpu>
2018-10-13 00:15:20 +03:00
<os >
2022-01-24 21:53:23 +03:00
<type arch= "x86_64" machine= "pc-i440fx-6.1" > hvm</type>
2018-10-13 00:15:20 +03:00
<boot dev= "cdrom" />
<boot dev= "hd" />
</os>
<features >
<acpi />
<apic />
<vmport state= "off" />
</features>
2022-02-16 20:13:16 +03:00
<cpu mode= "host-passthrough" />
2018-10-13 00:15:20 +03:00
<clock offset= "utc" >
<timer name= "rtc" tickpolicy= "catchup" />
<timer name= "pit" tickpolicy= "delay" />
<timer name= "hpet" present= "no" />
</clock>
<pm >
<suspend-to-mem enabled= "no" />
<suspend-to-disk enabled= "no" />
</pm>
<devices >
2022-01-24 21:53:23 +03:00
<emulator > /usr/bin/qemu-system-x86_64</emulator>
2018-10-13 00:15:20 +03:00
<disk type= "file" device= "disk" >
<driver name= "qemu" type= "qcow2" />
2022-02-27 21:00:56 +03:00
<source file= "/pool-dir/testvol1.img" />
2018-10-13 00:15:20 +03:00
<target dev= "vda" bus= "virtio" />
</disk>
<disk type= "file" device= "cdrom" >
<driver name= "qemu" />
2022-02-27 20:08:30 +03:00
<source file= "TESTSUITE_SCRUBBED/tests/data/fakemedia/fake-centos65-label.iso" />
2018-10-13 00:15:20 +03:00
<target dev= "hda" bus= "ide" />
<readonly />
</disk>
2019-12-03 14:35:25 +03:00
<controller type= "usb" model= "ich9-ehci1" />
<controller type= "usb" model= "ich9-uhci1" >
2018-10-13 00:15:20 +03:00
<master startport= "0" />
</controller>
2019-12-03 14:35:25 +03:00
<controller type= "usb" model= "ich9-uhci2" >
2018-10-13 00:15:20 +03:00
<master startport= "2" />
</controller>
2019-12-03 14:35:25 +03:00
<controller type= "usb" model= "ich9-uhci3" >
2018-10-13 00:15:20 +03:00
<master startport= "4" />
</controller>
<interface type= "bridge" >
2019-06-08 16:18:32 +03:00
<source bridge= "testsuitebr0" />
2018-10-13 00:15:20 +03:00
<mac address= "00:11:22:33:44:55" />
<model type= "virtio" />
</interface>
<console type= "pty" />
<channel type= "unix" >
<source mode= "bind" />
<target type= "virtio" name= "org.qemu.guest_agent.0" />
</channel>
<channel type= "spicevmc" >
<target type= "virtio" name= "com.redhat.spice.0" />
</channel>
<input type= "tablet" bus= "usb" />
<graphics type= "spice" port= "-1" tlsPort= "-1" autoport= "yes" >
<image compression= "off" />
</graphics>
<sound model= "ich6" />
<video >
<model type= "qxl" />
</video>
<redirdev bus= "usb" type= "spicevmc" />
<redirdev bus= "usb" type= "spicevmc" />
</devices>
2022-03-01 19:47:09 +03:00
<on_reboot > destroy</on_reboot>
2018-10-13 00:15:20 +03:00
</domain>
<domain type= "kvm" >
2019-06-11 18:54:02 +03:00
<name > centos6.5</name>
2018-10-13 00:15:20 +03:00
<uuid > 00000000-1111-2222-3333-444444444444</uuid>
<metadata >
<libosinfo:libosinfo xmlns:libosinfo= "http://libosinfo.org/xmlns/libvirt/domain/1.0" >
<libosinfo:os id= "http://centos.org/centos/6.5" />
</libosinfo:libosinfo>
</metadata>
<memory > 65536</memory>
<currentMemory > 65536</currentMemory>
2019-05-12 01:39:59 +03:00
<vcpu > 2</vcpu>
2018-10-13 00:15:20 +03:00
<os >
2022-01-24 21:53:23 +03:00
<type arch= "x86_64" machine= "pc-i440fx-6.1" > hvm</type>
2018-10-13 00:15:20 +03:00
<boot dev= "hd" />
</os>
<features >
<acpi />
<apic />
<vmport state= "off" />
</features>
2022-02-16 20:13:16 +03:00
<cpu mode= "host-passthrough" />
2018-10-13 00:15:20 +03:00
<clock offset= "utc" >
<timer name= "rtc" tickpolicy= "catchup" />
<timer name= "pit" tickpolicy= "delay" />
<timer name= "hpet" present= "no" />
</clock>
<pm >
<suspend-to-mem enabled= "no" />
<suspend-to-disk enabled= "no" />
</pm>
<devices >
2022-01-24 21:53:23 +03:00
<emulator > /usr/bin/qemu-system-x86_64</emulator>
2018-10-13 00:15:20 +03:00
<disk type= "file" device= "disk" >
<driver name= "qemu" type= "qcow2" />
2022-02-27 21:00:56 +03:00
<source file= "/pool-dir/testvol1.img" />
2018-10-13 00:15:20 +03:00
<target dev= "vda" bus= "virtio" />
</disk>
<disk type= "file" device= "cdrom" >
<target dev= "hda" bus= "ide" />
<readonly />
</disk>
2019-12-03 14:35:25 +03:00
<controller type= "usb" model= "ich9-ehci1" />
<controller type= "usb" model= "ich9-uhci1" >
2018-10-13 00:15:20 +03:00
<master startport= "0" />
</controller>
2019-12-03 14:35:25 +03:00
<controller type= "usb" model= "ich9-uhci2" >
2018-10-13 00:15:20 +03:00
<master startport= "2" />
</controller>
2019-12-03 14:35:25 +03:00
<controller type= "usb" model= "ich9-uhci3" >
2018-10-13 00:15:20 +03:00
<master startport= "4" />
</controller>
<interface type= "bridge" >
2019-06-08 16:18:32 +03:00
<source bridge= "testsuitebr0" />
2018-10-13 00:15:20 +03:00
<mac address= "00:11:22:33:44:55" />
<model type= "virtio" />
</interface>
<console type= "pty" />
<channel type= "unix" >
<source mode= "bind" />
<target type= "virtio" name= "org.qemu.guest_agent.0" />
</channel>
<channel type= "spicevmc" >
<target type= "virtio" name= "com.redhat.spice.0" />
</channel>
<input type= "tablet" bus= "usb" />
<graphics type= "spice" port= "-1" tlsPort= "-1" autoport= "yes" >
<image compression= "off" />
</graphics>
<sound model= "ich6" />
<video >
<model type= "qxl" />
</video>
<redirdev bus= "usb" type= "spicevmc" />
<redirdev bus= "usb" type= "spicevmc" />
</devices>
</domain>