2019-02-27 17:08:29 +00:00
|
|
|
<domain type="qemu">
|
|
|
|
<name>guest</name>
|
|
|
|
<uuid>33844184-97c0-4cc0-aa7d-206f5803530b</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>4194304</memory>
|
|
|
|
<currentMemory>4194304</currentMemory>
|
|
|
|
<vcpu>4</vcpu>
|
|
|
|
<os>
|
|
|
|
<type arch="aarch64" machine="virt">hvm</type>
|
|
|
|
<loader readonly="yes" type="pflash">/usr/share/AAVMF/AAVMF_CODE.fd</loader>
|
|
|
|
<nvram>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
|
|
|
|
<boot dev="hd"/>
|
|
|
|
</os>
|
|
|
|
<features>
|
|
|
|
<acpi/>
|
|
|
|
</features>
|
|
|
|
<clock offset="utc"/>
|
|
|
|
<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"/>
|
2019-03-21 11:18:01 +00:00
|
|
|
<target dev="vda" bus="virtio"/>
|
2019-02-27 17:08:29 +00:00
|
|
|
</disk>
|
|
|
|
<controller type="usb" index="0" model="qemu-xhci" ports="15"/>
|
|
|
|
<interface type="user">
|
|
|
|
<mac address="52:54:00:53:45:a5"/>
|
|
|
|
<model type="virtio"/>
|
|
|
|
</interface>
|
|
|
|
<console type="pty"/>
|
|
|
|
<channel type="unix">
|
|
|
|
<source mode="bind"/>
|
|
|
|
<target type="virtio" name="org.qemu.guest_agent.0"/>
|
|
|
|
</channel>
|
|
|
|
<input type="tablet" bus="usb"/>
|
|
|
|
<input type="keyboard" bus="usb"/>
|
|
|
|
<graphics type="vnc" port="-1"/>
|
|
|
|
<video>
|
|
|
|
<model type="virtio"/>
|
|
|
|
</video>
|
|
|
|
<rng model="virtio">
|
|
|
|
<backend model="random">/dev/urandom</backend>
|
|
|
|
</rng>
|
|
|
|
</devices>
|
|
|
|
</domain>
|