2017-11-27 13:54:33 +03:00
<domain type= 'qemu' >
<name > QEMUGuest1</name>
<uuid > c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit= 'KiB' > 219136</memory>
<currentMemory unit= 'KiB' > 219136</currentMemory>
<vcpu placement= 'static' > 8</vcpu>
<os >
2022-01-04 18:36:46 +03:00
<type arch= 'x86_64' machine= 'pc' > hvm</type>
2017-11-27 13:54:33 +03:00
<boot dev= 'hd' />
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
2022-01-04 18:36:46 +03:00
<emulator > /usr/bin/qemu-system-x86_64</emulator>
2017-11-27 13:54:33 +03:00
<disk type= 'block' device= 'lun' >
<driver name= 'qemu' type= 'raw' />
<source dev= '/dev/HostVG/QEMUGuest1' >
2018-05-11 16:50:57 +03:00
<reservations managed= 'yes' />
2017-11-27 13:54:33 +03:00
</source>
<target dev= 'sda' bus= 'scsi' />
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
</disk>
<disk type= 'block' device= 'lun' >
<driver name= 'qemu' type= 'raw' />
<source dev= '/dev/HostVG/QEMUGuest2' >
2018-05-11 16:50:57 +03:00
<reservations managed= 'no' >
2017-11-27 13:54:33 +03:00
<source type= 'unix' path= '/path/to/qemu-pr-helper.sock' mode= 'client' />
</reservations>
</source>
<target dev= 'sdb' bus= 'scsi' />
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '1' />
</disk>
<controller type= 'usb' index= '0' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x01' function= '0x2' />
</controller>
<controller type= 'scsi' index= '0' model= 'virtio-scsi' >
<driver queues= '8' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x03' function= '0x0' />
</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' />
2017-11-27 13:54:33 +03:00
<memballoon model= 'virtio' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x04' function= '0x0' />
</memballoon>
</devices>
</domain>