]> git.proxmox.com Git - mirror_qemu.git/commit - qapi/control.json
docs/interop: Convert qmp-spec.txt to rST
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 May 2023 16:22:43 +0000 (17:22 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 22 May 2023 08:21:01 +0000 (10:21 +0200)
commitd56572584d9a5414c6a55c3f6b7ecce4b098926b
tree95714599acc2811df158237c26efedfa9ef69395
parent290e48e8f1ec975c100520fb697b0ae7300d0fb3
docs/interop: Convert qmp-spec.txt to rST

Convert the qmp-spec.txt document to restructuredText.
Notable points about the conversion:
 * numbers at the start of section headings are removed, to match
   the style of the rest of the manual
 * cross-references to other sections or documents are hyperlinked
 * various formatting tweaks (notably the examples, which need the
   -> and <- prefixed so the QMP code-block lexer will accept them)
 * English prose fixed in a few places

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20230515162245.3964307-2-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
[.. code-block:: dumbed down to :: to work around CI failure]
docs/devel/qapi-code-gen.rst
docs/interop/index.rst
docs/interop/qmp-spec.rst [new file with mode: 0644]
docs/interop/qmp-spec.txt [deleted file]
python/qemu/qmp/models.py
python/qemu/qmp/qmp_client.py
qapi/control.json
qapi/qapi-schema.json
qobject/json-lexer.c