2019-06-12 13:25:28 +03:00
<domain type= 'qemu' >
<name > guest</name>
<uuid > 2c0abd3d-8f18-42c0-a132-9708213aaac9</uuid>
<metadata >
<libosinfo:libosinfo xmlns:libosinfo= "http://libosinfo.org/xmlns/libvirt/domain/1.0" >
<libosinfo:os id= "http://fedoraproject.org/fedora/29" />
</libosinfo:libosinfo>
</metadata>
<memory unit= 'KiB' > 4194304</memory>
<currentMemory unit= 'KiB' > 4194304</currentMemory>
<vcpu placement= 'static' > 4</vcpu>
<os >
<type arch= 'x86_64' machine= 'pc' > hvm</type>
<boot dev= 'hd' />
</os>
<features >
<acpi />
<apic />
</features>
2020-01-23 15:20:25 +03:00
<cpu mode= 'custom' match= 'exact' check= 'none' >
<model fallback= 'forbid' > qemu64</model>
</cpu>
2019-06-12 13:25:28 +03:00
<clock offset= 'utc' >
<timer name= 'rtc' tickpolicy= 'catchup' />
<timer name= 'pit' tickpolicy= 'delay' />
<timer name= 'hpet' present= 'no' />
</clock>
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<pm >
<suspend-to-mem enabled= 'no' />
<suspend-to-disk enabled= 'no' />
</pm>
<devices >
<emulator > /usr/bin/qemu-system-x86_64</emulator>
<disk type= 'file' device= 'disk' >
<driver name= 'qemu' type= 'qcow2' />
<source file= '/var/lib/libvirt/images/guest.qcow2' />
<target dev= 'vda' bus= 'virtio' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x06' function= '0x0' />
</disk>
<controller type= 'usb' index= '0' model= 'qemu-xhci' ports= '15' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x04' function= '0x0' />
</controller>
<controller type= 'pci' index= '0' model= 'pci-root' />
<controller type= 'virtio-serial' index= '0' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x05' function= '0x0' />
</controller>
<interface type= 'user' >
<mac address= '52:54:00:4c:e3:86' />
<model type= 'virtio' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x03' function= '0x0' />
</interface>
<serial type= 'pty' >
<target type= 'isa-serial' port= '0' >
<model name= 'isa-serial' />
</target>
</serial>
<console type= 'pty' >
<target type= 'serial' port= '0' />
</console>
<channel type= 'unix' >
<target type= 'virtio' name= 'org.qemu.guest_agent.0' />
<address type= 'virtio-serial' controller= '0' bus= '0' port= '1' />
</channel>
<input type= 'tablet' bus= 'usb' />
<input type= 'mouse' bus= 'ps2' />
<input type= 'keyboard' bus= 'ps2' />
<graphics type= 'vnc' port= '-1' autoport= 'yes' >
<listen type= 'address' />
</graphics>
<video >
<model type= 'qxl' ram= '65536' vram= '65536' vgamem= '16384' heads= '1' primary= 'yes' />
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x02' function= '0x0' />
</video>
<memballoon model= 'virtio' >
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x07' function= '0x0' />
</memballoon>
<rng model= 'virtio' >
<backend model= 'random' > /dev/urandom</backend>
<address type= 'pci' domain= '0x0000' bus= '0x00' slot= '0x08' function= '0x0' />
</rng>
</devices>
</domain>