Re: [libvirt] [PATCH 29/36] cputest: Prepare cpu-cpuid.py for MSR features

2019-04-09 Thread Ján Tomko
On Mon, Apr 08, 2019 at 10:42:33AM +0200, Jiri Denemark wrote: Let's make sure the current CPUID specific code is only applied to CPUID features. Signed-off-by: Jiri Denemark --- tests/cputestdata/cpu-cpuid.py | 36 +++--- 1 file changed, 29 insertions(+), 7 deletions

[libvirt] [PATCH 29/36] cputest: Prepare cpu-cpuid.py for MSR features

2019-04-08 Thread Jiri Denemark
Let's make sure the current CPUID specific code is only applied to CPUID features. Signed-off-by: Jiri Denemark --- tests/cputestdata/cpu-cpuid.py | 36 +++--- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/tests/cputestdata/cpu-cpuid.py b/tests/cputes