mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
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:
@ -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' }
|
||||||
|
@ -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'] }
|
||||||
|
@ -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',
|
||||||
|
@ -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',
|
||||||
|
Reference in New Issue
Block a user