From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: eblake@redhat.com, kwolf@redhat.com, hreitz@redhat.com,
michael.roth@amd.com, kkostiuk@redhat.com, qemu-block@nongnu.org
Subject: [PATCH 4/5] qga: Move type description right after type name
Date: Mon, 29 Jan 2024 12:50:07 +0100 [thread overview]
Message-ID: <20240129115008.674248-5-armbru@redhat.com> (raw)
In-Reply-To: <20240129115008.674248-1-armbru@redhat.com>
Documentation of type BlockdevOptionsIscsi describes the type's
purpose after its members. Everywhere else, we do it the other way
round. Move it for consistency.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
qapi/block-core.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 530c4af50f..781c9bd03e 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -4070,6 +4070,8 @@
##
# @BlockdevOptionsIscsi:
#
+# Driver specific block device options for iscsi
+#
# @transport: The iscsi transport type
#
# @portal: The address of the iscsi portal
@@ -4094,8 +4096,6 @@
# @timeout: Timeout in seconds after which a request will timeout. 0
# means no timeout and is the default.
#
-# Driver specific block device options for iscsi
-#
# Since: 2.9
##
{ 'struct': 'BlockdevOptionsIscsi',
--
2.43.0
next prev parent reply other threads:[~2024-01-29 11:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-29 11:50 [PATCH 0/5] qmp: Documentation cleanups Markus Armbruster
2024-01-29 11:50 ` [PATCH 1/5] qapi: Drop redundant documentation of inherited members Markus Armbruster
2024-01-29 19:46 ` Eric Blake
2024-01-29 11:50 ` [PATCH 2/5] qapi: Drop redundant documentation of conditional Markus Armbruster
2024-01-29 19:47 ` Eric Blake
2024-01-29 11:50 ` [PATCH 3/5] qapi: Elide "Potential additional modes" from generated docs Markus Armbruster
2024-01-29 19:43 ` Eric Blake
2024-01-29 11:50 ` Markus Armbruster [this message]
2024-01-29 16:21 ` [PATCH 4/5] qga: Move type description right after type name Konstantin Kostiuk
2024-01-29 11:50 ` [PATCH 5/5] qga/qapi-schema: Move command description right after command name Markus Armbruster
2024-01-29 16:20 ` Konstantin Kostiuk
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=20240129115008.674248-5-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=hreitz@redhat.com \
--cc=kkostiuk@redhat.com \
--cc=kwolf@redhat.com \
--cc=michael.roth@amd.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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).