[PATCH] libvirt-host: VIR_NODE_CPU_STATS_GUEST: clarify "guest" time

Claudio Fontana posted 1 patch 1 day, 17 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250905093639.10712-1-cfontana@suse.de
include/libvirt/libvirt-host.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] libvirt-host: VIR_NODE_CPU_STATS_GUEST: clarify "guest" time
Posted by Claudio Fontana 1 day, 17 hours ago
clarify that "guest" time is time spent running VCPUs specifically.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
---
 include/libvirt/libvirt-host.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/libvirt/libvirt-host.h b/include/libvirt/libvirt-host.h
index 2b899144d3..398b40c35a 100644
--- a/include/libvirt/libvirt-host.h
+++ b/include/libvirt/libvirt-host.h
@@ -270,7 +270,7 @@ typedef enum {
 /**
  * VIR_NODE_CPU_STATS_GUEST:
  *
- * The cumulative CPU time spent running guests,
+ * The cumulative CPU time spent running guest virtual CPUs,
  * since the node booting up (in nanoseconds).
  *
  * Since: 11.8.0
-- 
2.35.3
Re: [PATCH] libvirt-host: VIR_NODE_CPU_STATS_GUEST: clarify "guest" time
Posted by Jim Fehlig via Devel 1 day, 11 hours ago
On 9/5/25 03:36, Claudio Fontana wrote:
> clarify that "guest" time is time spent running VCPUs specifically.
> 
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
>   include/libvirt/libvirt-host.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Jim Fehlig <jfehlig@suse.com>

Regards,
Jim

> 
> diff --git a/include/libvirt/libvirt-host.h b/include/libvirt/libvirt-host.h
> index 2b899144d3..398b40c35a 100644
> --- a/include/libvirt/libvirt-host.h
> +++ b/include/libvirt/libvirt-host.h
> @@ -270,7 +270,7 @@ typedef enum {
>   /**
>    * VIR_NODE_CPU_STATS_GUEST:
>    *
> - * The cumulative CPU time spent running guests,
> + * The cumulative CPU time spent running guest virtual CPUs,
>    * since the node booting up (in nanoseconds).
>    *
>    * Since: 11.8.0