
20 Feb
2024
20 Feb
'24
6:32 a.m.
On Mon, Feb 05, 2024 at 11:44:24 +0100, Tim Wiederhake wrote:
Previously, the script would only detect differences between libvirt's and qemu's list of x86 features, adding those features to libvirt was a manual and error prone procedure.
Replace with a script that can generate libvirt's feature list directly from qemu source code. --- src/cpu_map/sync_qemu_features_i386.py | 627 ++++++++++++++++++------- src/cpu_map/x86_features.xml | 7 +- 2 files changed, 461 insertions(+), 173 deletions(-)
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>