qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: jsnow@redhat.com, eblake@redhat.com, vsementsov@yandex-team.ru,
	thuth@redhat.com, berrange@redhat.com, philmd@linaro.org,
	kchamart@redhat.com, mst@redhat.com, sgarzare@redhat.com
Subject: [PATCH 5/8] qga/qapi-schema: Clean up whitespace between definitions
Date: Fri, 31 Oct 2025 10:47:48 +0100	[thread overview]
Message-ID: <20251031094751.2817932-6-armbru@redhat.com> (raw)
In-Reply-To: <20251031094751.2817932-1-armbru@redhat.com>

Consistently separate definitions with a single blank line.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 qga/qapi-schema.json | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index af75f12a28..5791b49dde 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -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',
-- 
2.49.0



  parent reply	other threads:[~2025-10-31  9:49 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-31  9:47 [PATCH 0/8] A QAPI schema doc markup fix, and style cleanup Markus Armbruster
2025-10-31  9:47 ` [PATCH 1/8] qapi/audio: Fix description markup of AudiodevDBusOptions @nsamples Markus Armbruster
2025-10-31  9:53   ` Vladimir Sementsov-Ogievskiy
2025-10-31 11:46     ` Markus Armbruster
2025-10-31 10:02   ` Philippe Mathieu-Daudé
2025-10-31  9:47 ` [PATCH 2/8] qapi: Refill doc comments to conform to conventions Markus Armbruster
2025-10-31 10:25   ` Vladimir Sementsov-Ogievskiy
2025-10-31 11:47     ` Markus Armbruster
2025-10-31  9:47 ` [PATCH 3/8] qapi: Clean up whitespace between definitions Markus Armbruster
2025-10-31 10:02   ` Philippe Mathieu-Daudé
2025-10-31 10:26   ` Vladimir Sementsov-Ogievskiy
2025-10-31  9:47 ` [PATCH 4/8] qga/qapi-schema: Refill doc comments to conform to conventions Markus Armbruster
2025-10-31 10:28   ` Vladimir Sementsov-Ogievskiy
2025-10-31  9:47 ` Markus Armbruster [this message]
2025-10-31 10:02   ` [PATCH 5/8] qga/qapi-schema: Clean up whitespace between definitions Philippe Mathieu-Daudé
2025-10-31 10:28   ` Vladimir Sementsov-Ogievskiy
2025-10-31  9:47 ` [PATCH 6/8] docs/interop: Refill QAPI doc comments to conform to conventions Markus Armbruster
2025-10-31 10:32   ` Vladimir Sementsov-Ogievskiy
2025-10-31 11:41     ` Markus Armbruster
2025-10-31  9:47 ` [PATCH 7/8] docs/interop/firmware: Literal block markup Markus Armbruster
2025-10-31 10:03   ` Philippe Mathieu-Daudé
2025-10-31 10:36   ` Vladimir Sementsov-Ogievskiy
2025-10-31  9:47 ` [PATCH 8/8] docs/interop: Add test to keep vhost-user.json sane Markus Armbruster
2025-10-31 10:53   ` Vladimir Sementsov-Ogievskiy
2025-10-31 11:45     ` Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251031094751.2817932-6-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=eblake@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=kchamart@redhat.com \
    --cc=mst@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sgarzare@redhat.com \
    --cc=thuth@redhat.com \
    --cc=vsementsov@yandex-team.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).