mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
sync_qemu_features_i386: Add some removed features back
When removing features unknown to QEMU (they have a different name or are completely missing as they are not configurable by a user) I should not have removed them from the list of features unknown to QEMU in the script for synchronizing QEMU features to the CPU map. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
88e7cc1477
commit
ba1652e84a
@ -70,6 +70,9 @@ FEATURES_EXTRA = {
|
||||
18: "cvt16",
|
||||
},
|
||||
(0x0000048c,): {
|
||||
8: "vmx-ept-uc",
|
||||
14: "vmx-ept-wb",
|
||||
41: "vmx-invvpid-single-context", # wrong name in qemu
|
||||
43: "vmx-invvpid-single-context-noglobals", # wrong name in qemu
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user