mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
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:
parent
7c671dc6e3
commit
cd143c5deb
@ -179,6 +179,7 @@ def ignore_feature(feature):
|
||||
"vmx-wbinvd-exit",
|
||||
"vmx-xsaves",
|
||||
"vmx-zero-len-inject",
|
||||
"xen-vapic",
|
||||
]
|
||||
|
||||
if feature["type"] != "bool":
|
||||
|
Loading…
x
Reference in New Issue
Block a user