Re: [libvirt] [PATCH 26/36] cputest: Generalize function names in cpu-cpuid.py

2019-04-09 Thread Ján Tomko
On Mon, Apr 08, 2019 at 10:42:30AM +0200, Jiri Denemark wrote: The function will have to deal with both CPUID and MSR features. Signed-off-by: Jiri Denemark --- tests/cputestdata/cpu-cpuid.py | 40 +- 1 file changed, 20 insertions(+), 20 deletions(-) Reviewed-b

[libvirt] [PATCH 26/36] cputest: Generalize function names in cpu-cpuid.py

2019-04-08 Thread Jiri Denemark
The function will have to deal with both CPUID and MSR features. Signed-off-by: Jiri Denemark --- tests/cputestdata/cpu-cpuid.py | 40 +- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/cputestdata/cpu-cpuid.py b/tests/cputestdata/cpu-cpuid.p