libvirt/tests/xml2vmxdata/xml2vmx-firmware-efi.xml
Pino Toscano b4e34d1083 vmx: write firmware back from autoselection
When writing the VMX file from the domain XML, write the firmware key
according to the firmware autoselection.  Though, at the moment only
'efi' is supported.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
2019-04-15 20:03:55 -04:00

9 lines
199 B
XML

<domain type='vmware'>
<name>firmware-efi</name>
<uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
<memory unit='KiB'>4096</memory>
<os firmware='efi'>
<type>hvm</type>
</os>
</domain>