[libvirt PATCH 0/3] cpu-data.py: Add support for kcpuid

Tim Wiederhake posted 3 patches 2 years, 12 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210427082503.25573-1-twiederh@redhat.com
tests/cputestdata/cpu-data.py | 95 +++++++++++++++++++++++++++--------
1 file changed, 75 insertions(+), 20 deletions(-)
[libvirt PATCH 0/3] cpu-data.py: Add support for kcpuid
Posted by Tim Wiederhake 2 years, 12 months ago
Linux 5.13 introduces "kcpuid", a tool similar to cpuid, which we depend
on for cpu-data collection with tests/cputestdata/cpu-data.py.

This series adds support for kcpuid to cpu-data.py.

See also
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools=
/arch/x86/kcpuid
and
https://lore.kernel.org/lkml/1614928878-86075-1-git-send-email-feng.tang@inte=
l.com/

Tim Wiederhake (3):
  cpu-data.py: Factor out cpuid parsing
  cpu-data.py: Parse kcpuid output
  cpu-data.py: Automatically adjust command line for kcpuid

 tests/cputestdata/cpu-data.py | 95 +++++++++++++++++++++++++++--------
 1 file changed, 75 insertions(+), 20 deletions(-)

--=20
2.26.3


Re: [libvirt PATCH 0/3] cpu-data.py: Add support for kcpuid
Posted by Tim Wiederhake 2 years, 11 months ago
ping

On Tue, 2021-04-27 at 10:25 +0200, Tim Wiederhake wrote:
> Linux 5.13 introduces "kcpuid", a tool similar to cpuid, which we
> depend
> on for cpu-data collection with tests/cputestdata/cpu-data.py.
> 
> This series adds support for kcpuid to cpu-data.py.
> 
> See also
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools=
> /arch/x86/kcpuid
> and
> https://lore.kernel.org/lkml/1614928878-86075-1-git-send-email-feng.tang@inte=
> l.com/
> 
> Tim Wiederhake (3):
>   cpu-data.py: Factor out cpuid parsing
>   cpu-data.py: Parse kcpuid output
>   cpu-data.py: Automatically adjust command line for kcpuid
> 
>  tests/cputestdata/cpu-data.py | 95 +++++++++++++++++++++++++++----
> ----
>  1 file changed, 75 insertions(+), 20 deletions(-)
> 
> --=20
> 2.26.3
> 
> 

Re: [libvirt PATCH 0/3] cpu-data.py: Add support for kcpuid
Posted by Michal Prívozník 2 years, 11 months ago
On 4/27/21 10:25 AM, Tim Wiederhake wrote:
> Linux 5.13 introduces "kcpuid", a tool similar to cpuid, which we depend
> on for cpu-data collection with tests/cputestdata/cpu-data.py.
> 
> This series adds support for kcpuid to cpu-data.py.
> 
> See also
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools=
> /arch/x86/kcpuid
> and
> https://lore.kernel.org/lkml/1614928878-86075-1-git-send-email-feng.tang@inte=
> l.com/
> 
> Tim Wiederhake (3):
>   cpu-data.py: Factor out cpuid parsing
>   cpu-data.py: Parse kcpuid output
>   cpu-data.py: Automatically adjust command line for kcpuid
> 
>  tests/cputestdata/cpu-data.py | 95 +++++++++++++++++++++++++++--------
>  1 file changed, 75 insertions(+), 20 deletions(-)
> 
> --=20
> 2.26.3
> 
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal