2016-07-13 07:22:51 +00:00
|
|
|
<domain type='qemu'>
|
|
|
|
<name>test-bios</name>
|
|
|
|
<uuid>362d1fc1-df7d-193e-5c18-49a71bd1da66</uuid>
|
|
|
|
<memory unit='KiB'>1048576</memory>
|
|
|
|
<vcpu placement='static'>1</vcpu>
|
|
|
|
<os>
|
2022-01-05 09:19:36 +00:00
|
|
|
<type arch='x86_64' machine='q35'>hvm</type>
|
2016-07-13 07:22:51 +00:00
|
|
|
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.secboot.fd</loader>
|
2022-02-23 12:45:51 +00:00
|
|
|
<nvram>/some/user/nvram/path/guest_VARS.fd</nvram>
|
2016-07-13 07:22:51 +00:00
|
|
|
</os>
|
|
|
|
<features>
|
|
|
|
<acpi/>
|
|
|
|
<smm state='on'/>
|
|
|
|
</features>
|
|
|
|
<devices>
|
2017-04-06 16:19:48 +00:00
|
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
2022-06-09 13:02:19 +00:00
|
|
|
<controller type='usb' model='none'/>
|
|
|
|
<memballoon model='none'/>
|
2016-07-13 07:22:51 +00:00
|
|
|
</devices>
|
|
|
|
</domain>
|