[PATCH 08/14] qapi: convert intro sections for misc-arm.json
John Snow <[email protected]>
| Newsgroups | org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: John Snow <[email protected]> --- qapi/misc-arm.json | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/qapi/misc-arm.json b/qapi/misc-arm.json index 4dc66d00e5c..64059b5688d 100644 --- a/qapi/misc-arm.json +++ b/qapi/misc-arm.json @@ -5,11 +5,10 @@ ## # @GICCapability: -# -# The struct describes capability for a specific GIC (Generic -# Interrupt Controller) version. These bits are not only decided by -# QEMU/KVM software version, but also decided by the hardware that the -# program is running upon. +# The struct describes capability for a specific GIC (Generic +# Interrupt Controller) version. These bits are not only decided +# by QEMU/KVM software version, but also decided by the hardware +# that the program is running upon. # # @version: version of GIC to be described. Currently, only 2 and 3 # are supported. @@ -29,12 +28,11 @@ ## # @query-gic-capabilities: +# It will return a list of `GICCapability` objects that describe +# its capability bits. # -# 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 -# technology is not applicable. +# On non-ARM targets this command will report an error as the GIC +# technology is not applicable. # # Since: 2.6 # @@ -48,8 +46,7 @@ ## # @SsidSizeMode: -# -# SMMUv3 SubstreamID size configuration mode. +# SMMUv3 SubstreamID size configuration mode. # # @auto: derive from host IOMMU capabilities # @@ -64,8 +61,7 @@ ## # @OasMode: -# -# SMMUv3 Output Address Size configuration mode. +# SMMUv3 Output Address Size configuration mode. # # @auto: derive from host IOMMU capabilities # -- 2.54.0