2018-09-05 14:38:34 +03:00
<domain type= 'qemu' >
<name > guest</name>
<uuid > 1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
2019-06-12 19:28:25 +03:00
<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 > 4194304</memory>
<currentMemory > 4194304</currentMemory>
<vcpu > 4</vcpu>
2018-09-05 14:38:34 +03:00
<os >
<type arch= 'aarch64' machine= 'virt' > hvm</type>
2019-06-12 19:28:25 +03:00
<loader readonly= 'yes' type= 'pflash' > /usr/share/AAVMF/AAVMF_CODE.fd</loader>
2022-02-23 15:45:51 +03:00
<nvram > /some/user/nvram/path/guest_VARS.fd</nvram>
2019-06-12 19:28:25 +03:00
<boot dev= 'hd' />
2018-09-05 14:38:34 +03:00
</os>
2019-06-12 19:28:25 +03:00
<features >
<acpi />
</features>
<clock offset= 'utc' />
2018-09-05 14:38:34 +03:00
<devices >
<emulator > /usr/bin/qemu-system-aarch64</emulator>
<disk type= 'file' device= 'disk' >
<driver name= 'qemu' type= 'qcow2' />
<source file= '/var/lib/libvirt/images/guest.qcow2' />
<target dev= 'vda' bus= 'virtio' />
</disk>
2019-06-12 19:28:25 +03:00
<controller type= 'usb' index= '0' model= 'qemu-xhci' ports= '15' />
2018-09-05 14:38:34 +03:00
<interface type= 'user' >
<mac address= '52:54:00:09:a4:37' />
<model type= 'virtio' />
</interface>
2019-06-12 19:28:25 +03:00
<console type= 'pty' />
2018-09-05 14:38:34 +03:00
<channel type= 'unix' >
2019-06-12 19:28:25 +03:00
<source mode= 'bind' />
2018-09-05 14:38:34 +03:00
<target type= 'virtio' name= 'org.qemu.guest_agent.0' />
</channel>
<memballoon model= 'virtio' />
<rng model= 'virtio' >
2019-06-12 19:28:25 +03:00
<backend model= 'random' > /dev/urandom</backend>
2018-09-05 14:38:34 +03:00
</rng>
</devices>
</domain>