qapi: Clean up whitespace between definitions

Consistently separate definitions with a single blank line.
Consistently separate member descriptions with a blank line.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-ID: <20251103082354.3273027-4-armbru@redhat.com>
This commit is contained in:
Markus Armbruster 2025-11-03 09:23:48 +01:00
parent e76ff1ee96
commit 879113504c
11 changed files with 5 additions and 15 deletions

View file

@ -11,7 +11,6 @@
# https://uefi.org/sites/default/files/resources/ACPI_6_1.pdf # https://uefi.org/sites/default/files/resources/ACPI_6_1.pdf
## ##
## ##
# @inject-ghes-v2-error: # @inject-ghes-v2-error:
# #

View file

@ -681,7 +681,6 @@
{ 'struct': 'ChardevRingbufWrapper', { 'struct': 'ChardevRingbufWrapper',
'data': { 'data': 'ChardevRingbuf' } } 'data': { 'data': 'ChardevRingbuf' } }
## ##
# @ChardevPtyWrapper: # @ChardevPtyWrapper:
# #

View file

@ -547,6 +547,7 @@
'base': 'TlsCredsProperties', 'base': 'TlsCredsProperties',
'data': { '*sanity-check': 'bool', 'data': { '*sanity-check': 'bool',
'*passwordid': 'str' } } '*passwordid': 'str' } }
## ##
# @QCryptoAkCipherAlgo: # @QCryptoAkCipherAlgo:
# #

View file

@ -262,7 +262,6 @@
# #
# Since: 8.0 # Since: 8.0
## ##
{ 'enum': 'CxlUncorErrorType', { 'enum': 'CxlUncorErrorType',
'data': ['cache-data-parity', 'data': ['cache-data-parity',
'cache-address-parity', 'cache-address-parity',

View file

@ -177,6 +177,7 @@
'postcopy-recover-setup', 'postcopy-recover-setup',
'postcopy-recover', 'completed', 'failed', 'colo', 'postcopy-recover', 'completed', 'failed', 'colo',
'pre-switchover', 'device', 'wait-unplug' ] } 'pre-switchover', 'device', 'wait-unplug' ] }
## ##
# @VfioStats: # @VfioStats:
# #
@ -523,6 +524,7 @@
# Features: # Features:
# #
# @unstable: Members @x-colo and @x-ignore-shared are experimental. # @unstable: Members @x-colo and @x-ignore-shared are experimental.
#
# @deprecated: Member @zero-blocks is deprecated as being part of # @deprecated: Member @zero-blocks is deprecated as being part of
# block migration which was already removed. # block migration which was already removed.
# #
@ -1702,6 +1704,7 @@
# The migration channel-type request options. # The migration channel-type request options.
# #
# @main: Main outbound migration channel. # @main: Main outbound migration channel.
#
# @cpr: Checkpoint and restart state channel. # @cpr: Checkpoint and restart state channel.
# #
# Since: 8.1 # Since: 8.1

View file

@ -122,7 +122,6 @@
'sev': 'SevGuestInfo', 'sev': 'SevGuestInfo',
'sev-snp': 'SevSnpGuestInfo' } } 'sev-snp': 'SevSnpGuestInfo' } }
## ##
# @query-sev: # @query-sev:
# #
@ -418,7 +417,6 @@
'pending': 'bool', 'pending': 'bool',
'masked': 'bool'} } 'masked': 'bool'} }
## ##
# @xen-event-list: # @xen-event-list:
# #

View file

@ -1055,7 +1055,6 @@
# #
# Since: 4.0 # Since: 4.0
## ##
{ 'struct': 'AnnounceParameters', { 'struct': 'AnnounceParameters',
'data': { 'initial': 'int', 'data': { 'initial': 'int',
'max': 'int', 'max': 'int',
@ -1171,7 +1170,6 @@
# <- { "timestamp": {"seconds": 1739538638, "microseconds": 354181 }, # <- { "timestamp": {"seconds": 1739538638, "microseconds": 354181 },
# "event": "NETDEV_VHOST_USER_CONNECTED", # "event": "NETDEV_VHOST_USER_CONNECTED",
# "data": { "netdev-id": "netdev0", "chardev-id": "chr0" } } # "data": { "netdev-id": "netdev0", "chardev-id": "chr0" } }
#
## ##
{ 'event': 'NETDEV_VHOST_USER_CONNECTED', { 'event': 'NETDEV_VHOST_USER_CONNECTED',
'data': { 'netdev-id': 'str', 'chardev-id': 'str' } } 'data': { 'netdev-id': 'str', 'chardev-id': 'str' } }
@ -1190,7 +1188,6 @@
# <- { "timestamp": { "seconds": 1739538634, "microseconds": 920450 }, # <- { "timestamp": { "seconds": 1739538634, "microseconds": 920450 },
# "event": "NETDEV_VHOST_USER_DISCONNECTED", # "event": "NETDEV_VHOST_USER_DISCONNECTED",
# "data": { "netdev-id": "netdev0" } } # "data": { "netdev-id": "netdev0" } }
#
## ##
{ 'event': 'NETDEV_VHOST_USER_DISCONNECTED', { 'event': 'NETDEV_VHOST_USER_DISCONNECTED',
'data': { 'netdev-id': 'str' } } 'data': { 'netdev-id': 'str' } }

View file

@ -75,7 +75,6 @@
{ 'struct': 'ObjectPropertiesValues', { 'struct': 'ObjectPropertiesValues',
'data': { 'properties': [ 'ObjectPropertyValue' ] }} 'data': { 'properties': [ 'ObjectPropertyValue' ] }}
## ##
# @qom-list: # @qom-list:
# #
@ -244,7 +243,6 @@
# #
# @typename: the type name of an object # @typename: the type name of an object
# #
#
# .. note:: Objects can create properties at runtime, for example to # .. note:: Objects can create properties at runtime, for example to
# describe links between different devices and/or objects. These # describe links between different devices and/or objects. These
# properties are not included in the output of this command. # properties are not included in the output of this command.
@ -1169,7 +1167,6 @@
'data': { '*cpu-affinity': ['uint16'], 'data': { '*cpu-affinity': ['uint16'],
'*node-affinity': ['uint16'] } } '*node-affinity': ['uint16'] } }
## ##
# @ObjectType: # @ObjectType:
# #

View file

@ -618,7 +618,6 @@
# error information, as zero-terminated string. Present when the # error information, as zero-terminated string. Present when the
# "GPA valid" bit (bit 63) is set in @error-code. # "GPA valid" bit (bit 63) is set in @error-code.
# #
#
# Since: 10.1 # Since: 10.1
## ##
{'struct': 'GuestPanicInformationTdx', {'struct': 'GuestPanicInformationTdx',

View file

@ -682,6 +682,7 @@
## ##
{ 'command': 'query-vnc', 'returns': 'VncInfo', { 'command': 'query-vnc', 'returns': 'VncInfo',
'if': 'CONFIG_VNC' } 'if': 'CONFIG_VNC' }
## ##
# @query-vnc-servers: # @query-vnc-servers:
# #
@ -1094,7 +1095,6 @@
{ 'enum' : 'InputMultiTouchType', { 'enum' : 'InputMultiTouchType',
'data' : [ 'begin', 'update', 'end', 'cancel', 'data' ] } 'data' : [ 'begin', 'update', 'end', 'cancel', 'data' ] }
## ##
# @InputKeyEvent: # @InputKeyEvent:
# #

View file

@ -964,7 +964,6 @@
# #
# Since: 9.0 # Since: 9.0
## ##
{ 'struct': 'IOThreadVirtQueueMapping', { 'struct': 'IOThreadVirtQueueMapping',
'data': { 'iothread': 'str', '*vqs': ['uint16'] } } 'data': { 'iothread': 'str', '*vqs': ['uint16'] } }
@ -989,7 +988,6 @@
# #
# Since: 9.0 # Since: 9.0
## ##
{ 'struct': 'DummyVirtioForceArrays', { 'struct': 'DummyVirtioForceArrays',
'data': { 'unused-iothread-vq-mapping': ['IOThreadVirtQueueMapping'], 'data': { 'unused-iothread-vq-mapping': ['IOThreadVirtQueueMapping'],
'unused-virtio-gpu-output': ['VirtIOGPUOutput'] } } 'unused-virtio-gpu-output': ['VirtIOGPUOutput'] } }