2018-05-22 12:21:15 +03:00
<domain type= 'qemu' >
<name > test</name>
<uuid > bba65c0e-c049-934f-b6aa-4e2c0582acdf</uuid>
<memory unit= 'KiB' > 1048576</memory>
<currentMemory unit= 'KiB' > 1048576</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<os >
2020-01-23 12:17:28 +03:00
<type arch= 'x86_64' machine= 'pc' > hvm</type>
2018-05-22 12:21:15 +03:00
<boot dev= 'hd' />
<bootmenu enable= 'yes' />
</os>
2022-01-05 12:23:42 +03:00
<cpu mode= 'custom' match= 'exact' check= 'none' >
<model fallback= 'forbid' > qemu64</model>
</cpu>
2018-05-22 12:21:15 +03:00
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
<devices >
<emulator > /usr/bin/qemu-system-x86_64</emulator>
2022-01-05 12:23:42 +03:00
<controller type= 'usb' index= '0' model= 'piix3-uhci' >
2018-05-22 12:21:15 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x2' />
</controller>
<controller type= 'virtio-serial' index= '0' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x06' function= '0x0' />
</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 17:24:10 +03:00
<audio id= '1' type= 'none' />
2018-05-22 12:21:15 +03:00
<memballoon model= 'none' />
<vsock model= 'virtio' >
2018-06-01 14:22:56 +03:00
<cid auto= 'no' address= '4' />
2018-05-22 12:21:15 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x07' function= '0x0' />
</vsock>
</devices>
</domain>