]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_map: Add script to sync from QEMU i386 cpu models
authorTim Wiederhake <twiederh@redhat.com>
Wed, 4 Nov 2020 10:53:50 +0000 (11:53 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 5 Nov 2020 19:57:03 +0000 (20:57 +0100)
commit6886b47f8de454e886a5ba5d4f12e2abcb55c70c
treeb79749691ead6360e38102368c86c400e45383cb
parentb1423cf1ea890783edb7bbe29e3038414709a1cf
cpu_map: Add script to sync from QEMU i386 cpu models

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

As the QEMU cpu model definitions are post processed by QEMU and not
meant to be consumed by third parties directly, parsing this
information is imperfect. Additionally, the libvirt models contain
information that cannot be generated from the QEMU data, preventing
fully automated usage. The output should nevertheless be helpful for
a human in determining potentially interesting changes.

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