* [PATCH] qapi: document leftover members in qapi/stats.json
@ 2024-03-25 10:45 Paolo Bonzini
2024-03-25 11:41 ` Markus Armbruster
2024-03-25 15:50 ` Markus Armbruster
0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2024-03-25 10:45 UTC (permalink / raw)
To: qemu-devel; +Cc: Markus Armbruster
Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
qapi/stats.json | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/qapi/stats.json b/qapi/stats.json
index ce9d8161ecb..578b52c7ef7 100644
--- a/qapi/stats.json
+++ b/qapi/stats.json
@@ -114,13 +114,13 @@
#
# The arguments to the query-stats command; specifies a target for
# which to request statistics and optionally the required subset of
-# information for that target:
+# information for that target.
#
-# - which vCPUs to request statistics for
-# - which providers to request statistics from
-# - which named values to return within each provider
+# @target: the kind of objects to query. Note that each possible
+# target may enable additional filtering options
#
-# @target: the kind of objects to query
+# @providers: which providers to request statistics from, and optionally
+# which named values to return within each provider
#
# Since: 7.1
##
@@ -136,6 +136,8 @@
#
# @scalar: single unsigned 64-bit integers.
#
+# @boolean: single boolean value.
+#
# @list: list of unsigned 64-bit integers (used for histograms).
#
# Since: 7.1
@@ -254,6 +256,8 @@
#
# Return the schema for all available runtime-collected statistics.
#
+# @provider: a provider to restrict the query to.
+#
# Note: runtime-collected statistics and their names fall outside
# QEMU's usual deprecation policies. QEMU will try to keep the
# set of available data stable, together with their names, but
--
2.44.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] qapi: document leftover members in qapi/stats.json
2024-03-25 10:45 [PATCH] qapi: document leftover members in qapi/stats.json Paolo Bonzini
@ 2024-03-25 11:41 ` Markus Armbruster
2024-03-25 15:50 ` Markus Armbruster
1 sibling, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2024-03-25 11:41 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel
Paolo Bonzini <pbonzini@redhat.com> writes:
> Suggested-by: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> qapi/stats.json | 14 +++++++++-----
> 1 file changed, 9 insertions(+), 5 deletions(-)
>
> diff --git a/qapi/stats.json b/qapi/stats.json
> index ce9d8161ecb..578b52c7ef7 100644
> --- a/qapi/stats.json
> +++ b/qapi/stats.json
> @@ -114,13 +114,13 @@
> #
> # The arguments to the query-stats command; specifies a target for
> # which to request statistics and optionally the required subset of
> -# information for that target:
> +# information for that target.
> #
> -# - which vCPUs to request statistics for
> -# - which providers to request statistics from
> -# - which named values to return within each provider
> +# @target: the kind of objects to query. Note that each possible
> +# target may enable additional filtering options
> #
> -# @target: the kind of objects to query
> +# @providers: which providers to request statistics from, and optionally
> +# which named values to return within each provider
> #
> # Since: 7.1
> ##
> @@ -136,6 +136,8 @@
> #
> # @scalar: single unsigned 64-bit integers.
> #
> +# @boolean: single boolean value.
> +#
> # @list: list of unsigned 64-bit integers (used for histograms).
> #
> # Since: 7.1
> @@ -254,6 +256,8 @@
> #
> # Return the schema for all available runtime-collected statistics.
> #
> +# @provider: a provider to restrict the query to.
> +#
> # Note: runtime-collected statistics and their names fall outside
> # QEMU's usual deprecation policies. QEMU will try to keep the
> # set of available data stable, together with their names, but
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Queued, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] qapi: document leftover members in qapi/stats.json
2024-03-25 10:45 [PATCH] qapi: document leftover members in qapi/stats.json Paolo Bonzini
2024-03-25 11:41 ` Markus Armbruster
@ 2024-03-25 15:50 ` Markus Armbruster
1 sibling, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2024-03-25 15:50 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel
Squashing in
diff --git a/qapi/pragma.json b/qapi/pragma.json
index 1a302981c1..99e4052ab3 100644
--- a/qapi/pragma.json
+++ b/qapi/pragma.json
@@ -75,8 +75,6 @@
'Qcow2OverlapCheckFlags',
'RbdAuthMode',
'RbdImageEncryptionFormat',
- 'StatsFilter',
- 'StatsValue',
'String',
'StringWrapper',
'SysEmuTarget',
@@ -91,8 +89,7 @@
'query-cpu-model-comparison',
'query-cpu-model-expansion',
'query-rocker',
- 'query-rocker-ports',
- 'query-stats-schemas' ],
+ 'query-rocker-ports' ],
# Externally visible types whose member names may use uppercase
'member-name-exceptions': [ # visible in:
'ACPISlotType', # query-acpi-ospm-status
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-25 15:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 10:45 [PATCH] qapi: document leftover members in qapi/stats.json Paolo Bonzini
2024-03-25 11:41 ` Markus Armbruster
2024-03-25 15:50 ` Markus Armbruster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).