qapi: Correct documentation indentation and whitespace

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322140910.328840-12-armbru@redhat.com>
[Add a previous patch's stray hunk]
This commit is contained in:
Markus Armbruster
2024-03-22 15:09:09 +01:00
parent 209e64d9ed
commit 5305a4eeb8
10 changed files with 51 additions and 56 deletions

View File

@ -1190,7 +1190,6 @@
# <- { "event": "HV_BALLOON_STATUS_REPORT", # <- { "event": "HV_BALLOON_STATUS_REPORT",
# "data": { "committed": 816640000, "available": 3333054464 }, # "data": { "committed": 816640000, "available": 3333054464 },
# "timestamp": { "seconds": 1600295492, "microseconds": 661044 } } # "timestamp": { "seconds": 1600295492, "microseconds": 661044 } }
#
## ##
{ 'event': 'HV_BALLOON_STATUS_REPORT', { 'event': 'HV_BALLOON_STATUS_REPORT',
'data': 'HvBalloonInfo' } 'data': 'HvBalloonInfo' }

View File

@ -68,7 +68,6 @@
# @deprecated: Member @skipped is always zero since 1.5.3 # @deprecated: Member @skipped is always zero since 1.5.3
# #
# Since: 0.14 # Since: 0.14
#
## ##
{ 'struct': 'MigrationStats', { 'struct': 'MigrationStats',
'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' , 'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' ,
@ -2176,7 +2175,6 @@
# @millisecond: value is in milliseconds # @millisecond: value is in milliseconds
# #
# Since: 8.2 # Since: 8.2
#
## ##
{ 'enum': 'TimeUnit', { 'enum': 'TimeUnit',
'data': ['second', 'millisecond'] } 'data': ['second', 'millisecond'] }

View File

@ -109,7 +109,6 @@
# @status: the virtual machine @RunState # @status: the virtual machine @RunState
# #
# Since: 0.14 # Since: 0.14
#
## ##
{ 'struct': 'StatusInfo', { 'struct': 'StatusInfo',
'data': {'running': 'bool', 'data': {'running': 'bool',

View File

@ -125,7 +125,6 @@
# Decimal file descriptors are permitted at startup or other # Decimal file descriptors are permitted at startup or other
# contexts where no monitor context is active. # contexts where no monitor context is active.
# #
#
# Since: 1.2 # Since: 1.2
## ##
{ 'struct': 'FdSocketAddress', { 'struct': 'FdSocketAddress',