]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
vmx: Declare support for firmware autoselection
authorAndrea Bolognani <abologna@redhat.com>
Fri, 10 Jun 2022 08:05:01 +0000 (10:05 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 16 Jun 2022 13:27:16 +0000 (15:27 +0200)
The feature was implemented in commits b4e34d1083bc and
9bb6e4e739fa but the corresponding feature flag was not set in
the driver, so other parts of of libvirt wouldn't be able to
know about it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/vmx/vmx.c

index 6581173187b2b58de5a1b57a4a0eb54943ac4127..e24e9211aac66f9af6ddb551abd6316f198fcd33 100644 (file)
@@ -638,6 +638,7 @@ static virDomainDefParserConfig virVMXDomainDefParserConfig = {
     .domainPostParseCallback = virVMXDomainDefPostParse,
     .features = (VIR_DOMAIN_DEF_FEATURE_WIDE_SCSI |
                  VIR_DOMAIN_DEF_FEATURE_NAME_SLASH |
+                 VIR_DOMAIN_DEF_FEATURE_FW_AUTOSELECT |
                  VIR_DOMAIN_DEF_FEATURE_NO_BOOT_ORDER),
     .defArch = VIR_ARCH_I686,
 };