From: Markus Armbruster Date: Mon, 29 Jan 2024 11:50:07 +0000 (+0100) Subject: qga: Move type description right after type name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d6a5ca3acfcbc164bbb15a0690d997212b29d6c3;p=qemu.git qga: Move type description right after type name 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 Message-ID: <20240129115008.674248-5-armbru@redhat.com> Reviewed-by: Konstantin Kostiuk --- 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',