]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu_map: Ignore feature "kvm-asyncpf-vmexit"
authorTim Wiederhake <twiederh@redhat.com>
Fri, 21 Jun 2024 12:20:39 +0000 (14:20 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Wed, 3 Jul 2024 11:36:24 +0000 (13:36 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu_map/sync_qemu_features_i386.py

index e4b1f7275a94821eae568c1b52323ddaa81b8d22..1b09532b13b6febe193fd52235399e8ee0f88f11 100755 (executable)
@@ -9,6 +9,7 @@ import re
 FEATURES_IGNORE = (
     "kvm-asyncpf",
     "kvm-asyncpf-int",
+    "kvm-asyncpf-vmexit",
     "kvm-hint-dedicated",
     "kvm-mmu",
     "kvm-msi-ext-dest-id",