qapi: add cross-references to misc modules

These modules don't have specific maintainers, so they're lumped in
together here as miscellaneous.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250711054005.60969-19-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
John Snow
2025-07-11 01:40:05 -04:00
committed by Markus Armbruster
parent 13f53cc902
commit 68c0156de2
7 changed files with 26 additions and 26 deletions

View File

@@ -13,7 +13,7 @@
#
# Enable QMP capabilities.
#
# @enable: An optional list of QMPCapability values to enable. The
# @enable: An optional list of `QMPCapability` values to enable. The
# client must not enable any capability that is not mentioned in
# the QMP greeting message. If the field is not provided, it
# means no QMP capabilities will be enabled. (since 2.12)

View File

@@ -34,7 +34,7 @@
##
# @EbpfProgramID:
#
# The eBPF programs that can be gotten with request-ebpf.
# The eBPF programs that can be gotten with `request-ebpf`.
#
# @rss: Receive side scaling, technology that allows steering traffic
# between queues by calculation hash. Users may set up

View File

@@ -18,11 +18,11 @@
##
# @query-qmp-schema:
#
# Command query-qmp-schema exposes the QMP wire ABI as an array of
# SchemaInfo. This lets QMP clients figure out what commands and
# Command `query-qmp-schema` exposes the QMP wire ABI as an array of
# `SchemaInfo`. This lets QMP clients figure out what commands and
# events are available in this QEMU, and their parameters and results.
#
# However, the SchemaInfo can't reflect all the rules and restrictions
# However, the `SchemaInfo` can't reflect all the rules and restrictions
# that apply to QMP. It's interface introspection (figuring out
# what's there), not interface specification. The specification is in
# the QAPI schema.
@@ -56,7 +56,7 @@
##
# @SchemaMetaType:
#
# This is a @SchemaInfo's meta type, i.e. the kind of entity it
# This is a `SchemaInfo`'s meta type, i.e. the kind of entity it
# describes.
#
# @builtin: a predefined type such as 'int' or 'bool'.
@@ -82,7 +82,7 @@
##
# @SchemaInfo:
#
# @name: the entity's name, inherited from @base. The SchemaInfo is
# @name: the entity's name, inherited from @base. The `SchemaInfo` is
# always referenced by this name. Commands and events have the
# name defined in the QAPI schema. Unlike command and event
# names, type names are not part of the wire ABI. Consequently,
@@ -113,7 +113,7 @@
##
# @SchemaInfoBuiltin:
#
# Additional SchemaInfo members for meta-type 'builtin'.
# Additional `SchemaInfo` members for meta-type 'builtin'.
#
# @json-type: the JSON type used for this type on the wire.
#
@@ -154,7 +154,7 @@
##
# @SchemaInfoEnum:
#
# Additional SchemaInfo members for meta-type 'enum'.
# Additional `SchemaInfo` members for meta-type 'enum'.
#
# @members: the enum type's members, in no particular order.
# (since 6.2)
@@ -194,7 +194,7 @@
##
# @SchemaInfoArray:
#
# Additional SchemaInfo members for meta-type 'array'.
# Additional `SchemaInfo` members for meta-type 'array'.
#
# @element-type: the array type's element type.
#
@@ -208,7 +208,7 @@
##
# @SchemaInfoObject:
#
# Additional SchemaInfo members for meta-type 'object'.
# Additional `SchemaInfo` members for meta-type 'object'.
#
# @members: the object type's (non-variant) members, in no particular
# order.
@@ -273,7 +273,7 @@
##
# @SchemaInfoAlternate:
#
# Additional SchemaInfo members for meta-type 'alternate'.
# Additional `SchemaInfo` members for meta-type 'alternate'.
#
# @members: the alternate type's members, in no particular order. The
# members' wire encoding is distinct, see
@@ -301,7 +301,7 @@
##
# @SchemaInfoCommand:
#
# Additional SchemaInfo members for meta-type 'command'.
# Additional `SchemaInfo` members for meta-type 'command'.
#
# @arg-type: the name of the object type that provides the command's
# parameters.
@@ -323,7 +323,7 @@
##
# @SchemaInfoEvent:
#
# Additional SchemaInfo members for meta-type 'event'.
# Additional `SchemaInfo` members for meta-type 'event'.
#
# @arg-type: the name of the object type that provides the event's
# parameters.

View File

@@ -30,7 +30,7 @@
##
# @query-gic-capabilities:
#
# It will return a list of GICCapability objects that describe its
# It will return a list of `GICCapability` objects that describe its
# capability bits.
#
# On non-ARM targets this command will report an error as the GIC

View File

@@ -26,7 +26,7 @@
##
# @SevState:
#
# An enumeration of SEV state information used during @query-sev.
# An enumeration of SEV state information used during `query-sev`.
#
# @uninit: The guest is uninitialized.
#

View File

@@ -23,7 +23,7 @@
# "@dbus-display" or the name of a character device (e.g. from
# -chardev id=XXXX)
#
# @fdname: file descriptor name previously passed via 'getfd' command
# @fdname: file descriptor name previously passed via `getfd` command
#
# @skipauth: whether to skip authentication. Only applies to "vnc"
# and "spice" protocols
@@ -228,7 +228,7 @@
# Known limitations:
#
# * This command is stateless, this means that commands that depend
# on state information (such as getfd) might not work.
# on state information (such as `getfd`) might not work.
#
# * Commands that prompt the user for data don't currently work.
#
@@ -255,7 +255,7 @@
# .. note:: If @fdname already exists, the file descriptor assigned to
# it will be closed and replaced by the received file descriptor.
#
# The 'closefd' command can be used to explicitly close the file
# The `closefd` command can be used to explicitly close the file
# descriptor when it is no longer needed.
#
# .. qmp-example::
@@ -282,7 +282,7 @@
# .. note:: If @fdname already exists, the file descriptor assigned to
# it will be closed and replaced by the received file descriptor.
#
# The 'closefd' command can be used to explicitly close the file
# The `closefd` command can be used to explicitly close the file
# descriptor when it is no longer needed.
#
# .. qmp-example::
@@ -475,7 +475,7 @@
#
# @name: parameter name
#
# @type: parameter @CommandLineParameterType
# @type: parameter `CommandLineParameterType`
#
# @help: human readable text string, not suitable for parsing.
#
@@ -497,7 +497,7 @@
#
# @option: option name
#
# @parameters: an array of @CommandLineParameterInfo
# @parameters: an array of `CommandLineParameterInfo`
#
# Since: 1.5
##

View File

@@ -89,7 +89,7 @@
# @StatsRequest:
#
# Indicates a set of statistics that should be returned by
# query-stats.
# `query-stats`.
#
# @provider: provider for which to return statistics.
#
@@ -114,7 +114,7 @@
##
# @StatsFilter:
#
# 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
# information for that target.
#
@@ -185,7 +185,7 @@
# Return runtime-collected statistics for objects such as the VM or
# its vCPUs.
#
# The arguments are a StatsFilter and specify the provider and objects
# The arguments are a `StatsFilter` and specify the provider and objects
# to return statistics about.
#
# Returns: a list of statistics, one for each provider and object
@@ -205,7 +205,7 @@
#
# @name: name of the statistic; each element of the schema is uniquely
# identified by a target, a provider (both available in
# @StatsSchema) and the name.
# `StatsSchema`) and the name.
#
# @type: kind of statistic.
#