
12 Oct
2017
12 Oct
'17
5:19 p.m.
On 10/04/2017 10:58 AM, Jiri Denemark wrote:
Gather query-cpu-definitions results and use them for testing CPU model usability blockers in CPUID to virCPUDef translation.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_capabilities.c | 2 +- src/qemu/qemu_capspriv.h | 5 +++++ tests/cputest.c | 12 +++++++++++- tests/cputestdata/cpu-cpuid.py | 26 +++++++++++++++++++------- tests/cputestdata/cpu-gather.sh | 1 + 5 files changed, 37 insertions(+), 9 deletions(-)
Again python not my specialty ... although it would seem string manipulation would be so much easier for 'parseFeatureWords' Reviewed-by: John Ferlan <jferlan@redhat.com> John