2016-01-13 15:43:27 +00:00
|
|
|
<domain type='qemu'>
|
2023-02-08 18:28:05 +00:00
|
|
|
<name>guest</name>
|
|
|
|
<uuid>63840878-0deb-4095-97e6-fc444d9bc9fa</uuid>
|
2016-01-13 15:43:27 +00:00
|
|
|
<memory unit='KiB'>1048576</memory>
|
|
|
|
<currentMemory unit='KiB'>1048576</currentMemory>
|
|
|
|
<vcpu placement='static'>1</vcpu>
|
2023-03-15 16:53:02 +00:00
|
|
|
<os firmware='efi'>
|
2023-02-08 18:28:05 +00:00
|
|
|
<type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type>
|
2023-03-15 16:53:02 +00:00
|
|
|
<firmware>
|
|
|
|
<feature enabled='no' name='enrolled-keys'/>
|
|
|
|
<feature enabled='no' name='secure-boot'/>
|
|
|
|
</firmware>
|
2024-08-26 13:37:35 +00:00
|
|
|
<loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
|
2024-08-22 10:12:10 +00:00
|
|
|
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram>
|
2016-01-13 15:43:27 +00:00
|
|
|
<boot dev='hd'/>
|
|
|
|
</os>
|
|
|
|
<features>
|
|
|
|
<acpi/>
|
|
|
|
</features>
|
2023-02-08 18:10:48 +00:00
|
|
|
<cpu mode='custom' match='exact' check='none'>
|
|
|
|
<model fallback='forbid'>qemu64</model>
|
|
|
|
</cpu>
|
2016-01-13 15:43:27 +00:00
|
|
|
<clock offset='utc'/>
|
|
|
|
<on_poweroff>destroy</on_poweroff>
|
|
|
|
<on_reboot>restart</on_reboot>
|
2022-06-09 13:02:19 +00:00
|
|
|
<on_crash>destroy</on_crash>
|
2016-01-13 15:43:27 +00:00
|
|
|
<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' index='0' model='none'/>
|
2016-01-13 15:43:27 +00:00
|
|
|
<controller type='pci' index='0' model='pci-root'/>
|
|
|
|
<input type='mouse' bus='ps2'/>
|
|
|
|
<input type='keyboard' bus='ps2'/>
|
2021-02-24 14:24:10 +00:00
|
|
|
<audio id='1' type='none'/>
|
2022-06-09 13:02:19 +00:00
|
|
|
<memballoon model='none'/>
|
2016-01-13 15:43:27 +00:00
|
|
|
</devices>
|
|
|
|
</domain>
|