]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_map: Add script to sync from QEMU i386 cpu features
authorTim Wiederhake <twiederh@redhat.com>
Fri, 14 Oct 2022 15:45:40 +0000 (17:45 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Tue, 8 Nov 2022 20:44:32 +0000 (21:44 +0100)
commitfe69966cbbdd51e409506bd485e75b317fde8fbb
treed144174316496ee09d3722980033f3271acb034c
parent1d946ac79416f3731262c059c35a234c95285d46
cpu_map: Add script to sync from QEMU i386 cpu features

This script is intended to help in synchronizing i386 QEMU cpu
feature definitions with libvirt.

QEMU's attribute list for the "max-x86_64-cpu" contains non-cpu-feature
items and needs to be filtered before being useful.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu_map/sync_qemu_features_i386.py [new file with mode: 0755]