2015-01-22 13:57:22 +01:00
<domain type= 'kvm' >
<name > dummy2</name>
<uuid > 4d92ec27-9ebf-400b-ae91-20c71c647c19</uuid>
<memory unit= 'KiB' > 131072</memory>
<currentMemory unit= 'KiB' > 65536</currentMemory>
<vcpu placement= 'static' current= '2' > 6</vcpu>
<iothreads > 2</iothreads>
<cputune >
<emulatorpin cpuset= '1-3' />
<iothreadpin iothread= '1' cpuset= '2' />
</cputune>
<numatune >
<memory mode= 'strict' placement= 'auto' />
</numatune>
<os >
2022-01-05 10:19:36 +01:00
<type arch= 'x86_64' machine= 'q35' > hvm</type>
2015-01-22 13:57:22 +01:00
<boot dev= 'hd' />
</os>
2023-02-22 15:57:47 +01:00
<cpu mode= 'custom' match= 'exact' check= 'none' >
<model fallback= 'forbid' > qemu64</model>
</cpu>
2015-01-22 13:57:22 +01:00
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<emulator > /usr/bin/qemu-system-x86_64</emulator>
<controller type= 'sata' index= '0' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x1f' function= '0x2' />
</controller>
<controller type= 'pci' index= '0' model= 'pcie-root' />
2023-02-22 15:57:47 +01:00
<controller type= 'pci' index= '1' model= 'pcie-root-port' >
<model name= 'pcie-root-port' />
<target chassis= '1' port= '0x8' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x0' multifunction= 'on' />
</controller>
<controller type= 'pci' index= '2' model= 'pcie-root-port' >
<model name= 'pcie-root-port' />
<target chassis= '2' port= '0x9' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x1' />
</controller>
<controller type= 'usb' index= '0' model= 'qemu-xhci' >
<address type= 'pci' domain= '0x0000' bus= '0x01' slot= '0x00' function= '0x0' />
</controller>
2016-01-11 12:40:32 +01:00
<input type= 'mouse' bus= 'ps2' />
<input type= 'keyboard' bus= 'ps2' />
2021-02-24 14:24:10 +00:00
<audio id= '1' type= 'none' />
2023-01-20 11:22:22 +01:00
<watchdog model= 'itco' action= 'reset' />
2015-01-22 13:57:22 +01:00
<memballoon model= 'none' />
</devices>
</domain>