qapi: document leftover members in qapi/stats.json

Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20240325104504.1358734-1-pbonzini@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Update qapi/pragma.json]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Paolo Bonzini 2024-03-25 11:45:04 +01:00 committed by Markus Armbruster
parent b2913cc2a1
commit 1de759534d
2 changed files with 10 additions and 9 deletions

View File

@ -75,8 +75,6 @@
'Qcow2OverlapCheckFlags', 'Qcow2OverlapCheckFlags',
'RbdAuthMode', 'RbdAuthMode',
'RbdImageEncryptionFormat', 'RbdImageEncryptionFormat',
'StatsFilter',
'StatsValue',
'String', 'String',
'StringWrapper', 'StringWrapper',
'SysEmuTarget', 'SysEmuTarget',
@ -91,8 +89,7 @@
'query-cpu-model-comparison', 'query-cpu-model-comparison',
'query-cpu-model-expansion', 'query-cpu-model-expansion',
'query-rocker', 'query-rocker',
'query-rocker-ports', 'query-rocker-ports' ],
'query-stats-schemas' ],
# Externally visible types whose member names may use uppercase # Externally visible types whose member names may use uppercase
'member-name-exceptions': [ # visible in: 'member-name-exceptions': [ # visible in:
'ACPISlotType', # query-acpi-ospm-status 'ACPISlotType', # query-acpi-ospm-status

View File

@ -114,13 +114,13 @@
# #
# The arguments to the query-stats command; specifies a target for # The arguments to the query-stats command; specifies a target for
# which to request statistics and optionally the required subset of # which to request statistics and optionally the required subset of
# information for that target: # information for that target.
# #
# - which vCPUs to request statistics for # @target: the kind of objects to query. Note that each possible
# - which providers to request statistics from # target may enable additional filtering options
# - which named values to return within each provider
# #
# @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 # Since: 7.1
## ##
@ -136,6 +136,8 @@
# #
# @scalar: single unsigned 64-bit integers. # @scalar: single unsigned 64-bit integers.
# #
# @boolean: single boolean value.
#
# @list: list of unsigned 64-bit integers (used for histograms). # @list: list of unsigned 64-bit integers (used for histograms).
# #
# Since: 7.1 # Since: 7.1
@ -254,6 +256,8 @@
# #
# Return the schema for all available runtime-collected statistics. # 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 # Note: runtime-collected statistics and their names fall outside
# QEMU's usual deprecation policies. QEMU will try to keep the # QEMU's usual deprecation policies. QEMU will try to keep the
# set of available data stable, together with their names, but # set of available data stable, together with their names, but