[PATCH 0/5] virNodeGetInfo: Fix docs and propagate them to 'virsh nodeinfo'

Peter Krempa via Devel posted 5 patches 8 months, 1 week ago
Failed in applying to current master (apply log)
docs/manpages/virsh.rst | 23 ++++++++++++++++----
src/libvirt-host.c      | 21 ++++++++++--------
src/util/virhostcpu.c   | 47 +++++++++++++++++------------------------
3 files changed, 50 insertions(+), 41 deletions(-)
[PATCH 0/5] virNodeGetInfo: Fix docs and propagate them to 'virsh nodeinfo'
Posted by Peter Krempa via Devel 8 months, 1 week ago
Patches 1,2 cleanup the code the rest deals with docs.

Peter Krempa (5):
  virHostCPUGetInfoPopulateLinux: Use automatic memory freeing
  virHostCPUGetInfoPopulateLinux: Remove 'cleanup'
  libvirt-host: Clarify/fix description of the CPU frequency field
  virNodeGetInfo: Improve description of the case when fake data is
    reported
  manpages: virsh: Use disclaimer from 'virNodeGetInfo()' for 'virsh
    nodeinfo'

 docs/manpages/virsh.rst | 23 ++++++++++++++++----
 src/libvirt-host.c      | 21 ++++++++++--------
 src/util/virhostcpu.c   | 47 +++++++++++++++++------------------------
 3 files changed, 50 insertions(+), 41 deletions(-)

-- 
2.49.0
Re: [PATCH 0/5] virNodeGetInfo: Fix docs and propagate them to 'virsh nodeinfo'
Posted by Michal Prívozník via Devel 8 months, 1 week ago
On 4/7/25 15:24, Peter Krempa via Devel wrote:
> Patches 1,2 cleanup the code the rest deals with docs.
> 
> Peter Krempa (5):
>   virHostCPUGetInfoPopulateLinux: Use automatic memory freeing
>   virHostCPUGetInfoPopulateLinux: Remove 'cleanup'
>   libvirt-host: Clarify/fix description of the CPU frequency field
>   virNodeGetInfo: Improve description of the case when fake data is
>     reported
>   manpages: virsh: Use disclaimer from 'virNodeGetInfo()' for 'virsh
>     nodeinfo'
> 
>  docs/manpages/virsh.rst | 23 ++++++++++++++++----
>  src/libvirt-host.c      | 21 ++++++++++--------
>  src/util/virhostcpu.c   | 47 +++++++++++++++++------------------------
>  3 files changed, 50 insertions(+), 41 deletions(-)
> 

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

Michal