libvirt/tests/qemuxmlconfdata/firmware-auto-efi-riscv64.xml
Andrea Bolognani 65b54e791f tests: Add test for UEFI autoselection on riscv64
This scenario is going to be ever more popular, especially now
that virt-manager has started using UEFI by default on riscv64
(see https://github.com/virt-manager/virt-manager/pull/670/).

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2024-07-19 15:18:41 +02:00

15 lines
411 B
XML

<domain type='qemu'>
<name>guest</name>
<uuid>63840878-0deb-4095-97e6-fc444d9bc9fa</uuid>
<memory unit='KiB'>1048576</memory>
<vcpu placement='static'>1</vcpu>
<os firmware='efi'>
<type arch='riscv64' machine='virt'>hvm</type>
</os>
<devices>
<emulator>/usr/bin/qemu-system-riscv64</emulator>
<controller type='usb' model='none'/>
<memballoon model='none'/>
</devices>
</domain>