[PATCH v2 21/44] qapi: convert intro sections for common.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:42 -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/common.json | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/qapi/common.json b/qapi/common.json index af7e3d618a7..1352e664b23 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -9,8 +9,7 @@ ## # @IoOperationType: -# -# An enumeration of the I/O operation types +# An enumeration of the I/O operation types # # @read: read operation # @@ -23,8 +22,7 @@ ## # @OnOffAuto: -# -# An enumeration of three options: on, off, and auto +# An enumeration of three options: on, off, and auto # # @auto: QEMU selects the value between on and off # @@ -39,8 +37,7 @@ ## # @OnOffSplit: -# -# An enumeration of three values: on, off, and split +# An enumeration of three values: on, off, and split # # @on: Enabled # @@ -55,10 +52,9 @@ ## # @StrOrNull: -# -# This is a string value or the explicit lack of a string (null -# pointer in C). Intended for cases when 'optional absent' already -# has a different meaning. +# This is a string value or the explicit lack of a string (null +# pointer in C). Intended for cases when 'optional absent' +# already has a different meaning. # # @s: the string value # @@ -72,8 +68,7 @@ ## # @OffAutoPCIBAR: -# -# An enumeration of options for specifying a PCI BAR +# An enumeration of options for specifying a PCI BAR # # @off: The specified feature is disabled # @@ -98,8 +93,7 @@ ## # @PCIELinkSpeed: -# -# An enumeration of PCIe link speeds in units of GT/s +# An enumeration of PCIe link speeds in units of GT/s # # @2_5: 2.5GT/s # @@ -120,8 +114,7 @@ ## # @PCIELinkWidth: -# -# An enumeration of PCIe link width +# An enumeration of PCIe link width # # @1: x1 # @@ -144,8 +137,7 @@ ## # @HostMemPolicy: -# -# Host memory policy types +# Host memory policy types # # @default: restore default policy, remove any nondefault policy # @@ -164,9 +156,8 @@ ## # @NetFilterDirection: -# -# Indicates whether a netfilter is attached to a netdev's transmit -# queue or receive queue or both. +# Indicates whether a netfilter is attached to a netdev's transmit +# queue or receive queue or both. # # @all: the filter is attached both to the receive and the transmit # queue of the netdev (default). @@ -184,8 +175,7 @@ ## # @GrabToggleKeys: -# -# Key combinations to toggle input-linux between host and guest. +# Key combinations to toggle input-linux between host and guest. # # @ctrl-ctrl: left and right control key # -- 2.55.0