mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
b4e34d1083
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>
9 lines
199 B
XML
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>
|