qga/qapi-schema: Clean up whitespace between definitions
Consistently separate definitions with a single 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-6-armbru@redhat.com>
This commit is contained in:
parent
e67b5099b4
commit
4a0cb75b31
1 changed files with 2 additions and 7 deletions
|
|
@ -197,6 +197,7 @@
|
|||
{ 'struct': 'GuestAgentInfo',
|
||||
'data': { 'version': 'str',
|
||||
'supported_commands': ['GuestAgentCommandInfo'] } }
|
||||
|
||||
##
|
||||
# @guest-info:
|
||||
#
|
||||
|
|
@ -322,7 +323,6 @@
|
|||
'data': { 'handle': 'int', 'buf-b64': 'str', '*count': 'int' },
|
||||
'returns': 'GuestFileWrite' }
|
||||
|
||||
|
||||
##
|
||||
# @GuestFileSeek:
|
||||
#
|
||||
|
|
@ -876,7 +876,6 @@
|
|||
'sas', 'mmc', 'virtual', 'file-backed-virtual', 'nvme' ],
|
||||
'if': { 'any': [ 'CONFIG_WIN32', 'CONFIG_LINUX' ] } }
|
||||
|
||||
|
||||
##
|
||||
# @GuestPCIAddress:
|
||||
#
|
||||
|
|
@ -1276,6 +1275,7 @@
|
|||
'data': { 'exited': 'bool', '*exitcode': 'int', '*signal': 'int',
|
||||
'*out-data': 'str', '*err-data': 'str',
|
||||
'*out-truncated': 'bool', '*err-truncated': 'bool' }}
|
||||
|
||||
##
|
||||
# @guest-exec-status:
|
||||
#
|
||||
|
|
@ -1365,7 +1365,6 @@
|
|||
'*input-data': 'str', '*capture-output': 'GuestExecCaptureOutput' },
|
||||
'returns': 'GuestExec' }
|
||||
|
||||
|
||||
##
|
||||
# @GuestHostName:
|
||||
#
|
||||
|
|
@ -1392,7 +1391,6 @@
|
|||
{ 'command': 'guest-get-host-name',
|
||||
'returns': 'GuestHostName' }
|
||||
|
||||
|
||||
##
|
||||
# @GuestUser:
|
||||
#
|
||||
|
|
@ -1763,7 +1761,6 @@
|
|||
'data': [ 'linux' ],
|
||||
'if': 'CONFIG_LINUX' }
|
||||
|
||||
|
||||
##
|
||||
# @GuestLinuxCpuStats:
|
||||
#
|
||||
|
|
@ -1838,7 +1835,6 @@
|
|||
'if': 'CONFIG_LINUX'
|
||||
}
|
||||
|
||||
|
||||
##
|
||||
# @GuestLoadAverage:
|
||||
#
|
||||
|
|
@ -1921,7 +1917,6 @@
|
|||
# @version: IP version (4 or 6)
|
||||
#
|
||||
# Since: 9.1
|
||||
|
||||
##
|
||||
{ 'struct': 'GuestNetworkRoute',
|
||||
'data': {'iface': 'str',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue