From: Markus Armbruster Date: Fri, 4 Apr 2025 12:14:10 +0000 (+0200) Subject: qapi/qapi-schema: Update introduction for example notation X-Git-Tag: v10.0.0-rc3~4^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0ae5a3058603d4b2c25984a3acb2ac83e025424;p=thirdparty%2Fqemu.git qapi/qapi-schema: Update introduction for example notation The introduction explains example notation. The series merged in merge commit e6485190f77e (in 9.1) improved how they look in generated docs, but neglected to update the introduction accordingly. Do that now. Signed-off-by: Markus Armbruster Message-ID: <20250404121413.1743790-9-armbru@redhat.com> Reviewed-by: Eric Blake --- diff --git a/qapi/qapi-schema.json b/qapi/qapi-schema.json index c41c01eb2a..0d027d5017 100644 --- a/qapi/qapi-schema.json +++ b/qapi/qapi-schema.json @@ -26,10 +26,10 @@ # # Example: # -# :: +# .. qmp-example:: # -# -> data issued by the Client -# <- Server data response +# -> ... text sent by client (commands) ... +# <- ... text sent by server (command responses and events) ... # # Please refer to the # :doc:`QEMU Machine Protocol Specification `