Re: [libvirt PATCH v3 03/10] cpu_map: sync_qemu_cpu_i386: Translate features in model versions

2020-12-07 Thread Jiri Denemark
On Mon, Nov 23, 2020 at 15:14:26 +0100, Tim Wiederhake wrote: > If a feature is added (or removed) in a QEMU CPU model version, we > get to see the QEMU pretty name for the feature, not the name of > the macro. > > Signed-off-by: Tim Wiederhake > --- > src/cpu_map/sync_qemu_i386.py | 9 +

[libvirt PATCH v3 03/10] cpu_map: sync_qemu_cpu_i386: Translate features in model versions

2020-11-23 Thread Tim Wiederhake
If a feature is added (or removed) in a QEMU CPU model version, we get to see the QEMU pretty name for the feature, not the name of the macro. Signed-off-by: Tim Wiederhake --- src/cpu_map/sync_qemu_i386.py | 9 + 1 file changed, 9 insertions(+) diff --git a/src/cpu_map/sync_qemu_i386.p