sync_qemu_features_i386: Ignore xen-vapic

Not a cpu-feature.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Tim Wiederhake 2023-03-09 14:18:18 +01:00
parent 7c671dc6e3
commit cd143c5deb

View File

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