[libvirt PATCH 3/8] sync_qemu_features_i386: Ignore xen-vapic

Tim Wiederhake twiederh at redhat.com
Thu Mar 9 13:20:06 UTC 2023


Not a cpu-feature.

Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 src/cpu_map/sync_qemu_features_i386.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu_map/sync_qemu_features_i386.py b/src/cpu_map/sync_qemu_features_i386.py
index e268d93e8a..b3a01b9509 100755
--- a/src/cpu_map/sync_qemu_features_i386.py
+++ b/src/cpu_map/sync_qemu_features_i386.py
@@ -179,6 +179,7 @@ def ignore_feature(feature):
         "vmx-wbinvd-exit",
         "vmx-xsaves",
         "vmx-zero-len-inject",
+        "xen-vapic",
     ]
 
     if feature["type"] != "bool":
-- 
2.39.2



More information about the libvir-list mailing list