[PATCH 0/2] docs/interop: Convert QMP related txt docs to rst

Peter Maydell posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230420150352.1039408-1-peter.maydell@linaro.org
Maintainers: Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
docs/interop/index.rst                      |   1 +
docs/interop/qmp-intro.txt                  |  88 ------
docs/interop/{qmp-spec.txt => qmp-spec.rst} | 325 +++++++++++---------
qemu-options.hx                             |  26 +-
4 files changed, 201 insertions(+), 239 deletions(-)
delete mode 100644 docs/interop/qmp-intro.txt
rename docs/interop/{qmp-spec.txt => qmp-spec.rst} (57%)
[PATCH 0/2] docs/interop: Convert QMP related txt docs to rst
Posted by Peter Maydell 1 year ago
This patchset deals with a couple of the old .txt files
that are still hanging around in docs/interop: qmp-spec.txt
and qmp-intro.txt. Patch 1 converts qmp-spec to rST and
integrates it into the manual. Patch 2 takes the only
interesting parts of qmp-intro.txt (the example command
lines) and puts those into qemu-options.hx so we can
delete the old .txt file.

thanks
-- PMM

Peter Maydell (2):
  docs/interop: Convert qmp-spec.txt to rST
  docs/interop: Delete qmp-intro.txt

 docs/interop/index.rst                      |   1 +
 docs/interop/qmp-intro.txt                  |  88 ------
 docs/interop/{qmp-spec.txt => qmp-spec.rst} | 325 +++++++++++---------
 qemu-options.hx                             |  26 +-
 4 files changed, 201 insertions(+), 239 deletions(-)
 delete mode 100644 docs/interop/qmp-intro.txt
 rename docs/interop/{qmp-spec.txt => qmp-spec.rst} (57%)

-- 
2.34.1