]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_map: Ignore all vmx-* features in sync_qemu_features_i386.py
authorTim Wiederhake <twiederh@redhat.com>
Wed, 6 Sep 2023 11:09:57 +0000 (13:09 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Wed, 6 Sep 2023 18:35:34 +0000 (20:35 +0200)
commit1504d677c2bf275bd804e58895fd9493edc5c867
tree3eac41ab8c22c19d24c781c5ec7f6102589615cf
parent65c5c4db3d7fc8ac3559f1e7a2730feb716b10c8
cpu_map: Ignore all vmx-* features in sync_qemu_features_i386.py

The script that synchronizes cpu models from qemu,
sync_qemu_models_i386.py, ignores all features that begin with
"vmx-". Do the same for synchronizing cpu features so we do not
have to track irrelevant features individually.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/cpu_map/sync_qemu_features_i386.py