From cd143c5deb21f229447e16d4bf5a7ed4bc652107 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Thu, 9 Mar 2023 14:18:18 +0100 Subject: [PATCH] sync_qemu_features_i386: Ignore xen-vapic Not a cpu-feature. Signed-off-by: Tim Wiederhake Reviewed-by: Michal Privoznik --- 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.47.2