]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
sync_qemu_features_i386: Add some removed features back
authorJiri Denemark <jdenemar@redhat.com>
Mon, 21 Oct 2024 09:54:50 +0000 (11:54 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 26 Nov 2024 12:04:33 +0000 (13:04 +0100)
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>
src/cpu_map/sync_qemu_features_i386.py

index 15a7af85cb39b94600d708dab8e51ae5acd2adb3..21df37e9d67015d28e9d4edb41e69f1a0658d51f 100755 (executable)
@@ -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
     }
 }