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 <abolo...@redhat.com>
---
 src/vmx/vmx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c
index c391caa910..57a1622445 100644
--- a/src/vmx/vmx.c
+++ b/src/vmx/vmx.c
@@ -639,6 +639,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,
 };
-- 
2.35.3

Reply via email to