2020-01-23 00:24:10 +03:00
<domain type= 'qemu' >
<name > QEMUGuest1</name>
<uuid > c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit= 'KiB' > 219100</memory>
<currentMemory unit= 'KiB' > 219100</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<os >
2023-08-10 17:00:50 +03:00
<type arch= 'x86_64' machine= 'pc' > hvm</type>
2020-01-23 00:24:10 +03:00
<boot dev= 'hd' />
</os>
2023-08-17 14:16:34 +03:00
<cpu mode= 'custom' match= 'exact' check= 'none' >
<model fallback= 'forbid' > qemu64</model>
</cpu>
2020-01-23 00:24:10 +03:00
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
2023-08-10 17:00:50 +03:00
<emulator > /usr/bin/qemu-system-x86_64</emulator>
2020-01-23 00:24:10 +03:00
<disk type= 'block' device= 'disk' >
<driver name= 'qemu' type= 'raw' />
<source dev= '/dev/HostVG/QEMUGuest1' />
<target dev= 'hda' bus= 'ide' />
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
</disk>
2023-08-17 14:16:34 +03:00
<controller type= 'usb' index= '0' model= 'piix3-uhci' >
2020-01-23 00:24:10 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x2' />
</controller>
<controller type= 'pci' index= '0' model= 'pci-root' />
<controller type= 'ide' index= '0' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x1' />
</controller>
<interface type= 'network' >
<mac address= '00:11:22:33:44:55' />
2023-12-04 16:52:34 +03:00
<source network= 'nat-network;plug-bridge-basic' />
2020-01-23 00:24:10 +03:00
<model type= 'virtio' />
<teaming type= 'persistent' />
<alias name= 'ua-backup0' />
2021-03-30 18:48:46 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x02' function= '0x0' />
2020-01-23 00:24:10 +03:00
</interface>
<interface type= 'network' >
<mac address= '00:11:22:33:44:55' />
2023-12-04 16:52:34 +03:00
<source network= 'hostdev;plug-hostdev-pci' />
2020-01-23 00:24:10 +03:00
<model type= 'virtio' />
<teaming type= 'transient' persistent= 'ua-backup0' />
2021-03-30 18:48:46 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x03' function= '0x0' />
2020-01-23 00:24:10 +03:00
</interface>
<input type= 'mouse' bus= 'ps2' />
<input type= 'keyboard' bus= 'ps2' />
2021-02-24 17:24:10 +03:00
<audio id= '1' type= 'none' />
2020-01-23 00:24:10 +03:00
<memballoon model= 'virtio' >
2021-03-30 18:48:46 +03:00
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x04' function= '0x0' />
2020-01-23 00:24:10 +03:00
</memballoon>
</devices>
</domain>