mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
vmx: Declare support for firmware autoselection
The feature was implemented in commitsb4e34d1083
and9bb6e4e739
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>
This commit is contained in:
parent
2753eba20c
commit
69464f4280
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user