[PATCH v2 19/44] qapi: convert trivial intro sections for control.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:40 -0400
| Newsgroups | org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
(Trivial) Signed-off-by: John Snow <[email protected]> --- qapi/control.json | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/qapi/control.json b/qapi/control.json index 9a5302193d6..0fc465936d8 100644 --- a/qapi/control.json +++ b/qapi/control.json @@ -10,8 +10,7 @@ ## # @qmp_capabilities: -# -# Enable QMP capabilities. +# Enable QMP capabilities. # # @enable: An optional list of `QMPCapability` values to enable. The # client must not enable any capability that is not mentioned in @@ -41,9 +40,9 @@ ## # @QMPCapability: -# -# Enumeration of capabilities to be advertised during initial client -# connection, used for agreeing on particular QMP extension behaviors. +# Enumeration of capabilities to be advertised during initial +# client connection, used for agreeing on particular QMP extension +# behaviors. # # @oob: QMP ability to support out-of-band requests. (Please refer to # qmp-spec.rst for more information on OOB) @@ -55,8 +54,7 @@ ## # @VersionTriple: -# -# A three-part version number. +# A three-part version number. # # @major: The major version number. # @@ -71,8 +69,7 @@ ## # @VersionInfo: -# -# A description of QEMU's version. +# A description of QEMU's version. # # @qemu: The version of QEMU. By current convention, a micro version # of 50 signifies a development branch. A micro version greater @@ -92,8 +89,7 @@ ## # @query-version: -# -# Return the current version of QEMU. +# Return the current version of QEMU. # # Returns: An object describing the current version of QEMU. # @@ -118,8 +114,7 @@ ## # @CommandInfo: -# -# Information about a QMP command +# Information about a QMP command # # @name: The command name # @@ -129,8 +124,7 @@ ## # @query-commands: -# -# Return a list of supported QMP commands by this server +# Return a list of supported QMP commands by this server # # Returns: A list of all supported commands # @@ -177,8 +171,7 @@ ## # @MonitorMode: -# -# An enumeration of monitor modes. +# An enumeration of monitor modes. # # @readline: HMP monitor (human-oriented command line interface) # @@ -190,8 +183,7 @@ ## # @MonitorOptions: -# -# Options to be used for adding a new monitor. +# Options to be used for adding a new monitor. # # @id: Name of the monitor # -- 2.55.0