Signed-off-by: John Snow <[email protected]> --- qapi/common.json | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-)
diff --git a/qapi/common.json b/qapi/common.json index af7e3d618a7..c1bbed21e7f 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 # @@ -72,8 +69,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 +94,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 +115,7 @@ ## # @PCIELinkWidth: -# -# An enumeration of PCIe link width +# An enumeration of PCIe link width # # @1: x1 # @@ -144,8 +138,7 @@ ## # @HostMemPolicy: -# -# Host memory policy types +# Host memory policy types # # @default: restore default policy, remove any nondefault policy # @@ -164,9 +157,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 +176,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
