]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
sync_qemu_features_i386: Ignore xen-vapic
authorTim Wiederhake <twiederh@redhat.com>
Thu, 9 Mar 2023 13:18:18 +0000 (14:18 +0100)
committerTim Wiederhake <twiederh@redhat.com>
Wed, 15 Mar 2023 13:46:12 +0000 (14:46 +0100)
Not a cpu-feature.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu_map/sync_qemu_features_i386.py

index e268d93e8a55bea5144ecf0e0801f4499e9bd584..b3a01b950993f5545daab10df4fcfd6ea9142f5f 100755 (executable)
@@ -179,6 +179,7 @@ def ignore_feature(feature):
         "vmx-wbinvd-exit",
         "vmx-xsaves",
         "vmx-zero-len-inject",
+        "xen-vapic",
     ]
 
     if feature["type"] != "bool":