All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] docs/interop: Convert QMP related txt docs to rst
@ 2023-05-11 12:15 Peter Maydell
  2023-05-11 12:15 ` [PATCH v2 1/2] docs/interop: Convert qmp-spec.txt to rST Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Maydell @ 2023-05-11 12:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Markus Armbruster, Eric Blake

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.

v1->v2 changes:
 * some trivial tweaks suggested by Eric
 * all patches have been reviewed

Markus, will you take this series through your tree,
or do you prefer something else?

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} | 337 +++++++++++---------
 qemu-options.hx                             |  28 +-
 4 files changed, 208 insertions(+), 246 deletions(-)
 delete mode 100644 docs/interop/qmp-intro.txt
 rename docs/interop/{qmp-spec.txt => qmp-spec.rst} (55%)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-15 16:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11 12:15 [PATCH v2 0/2] docs/interop: Convert QMP related txt docs to rst Peter Maydell
2023-05-11 12:15 ` [PATCH v2 1/2] docs/interop: Convert qmp-spec.txt to rST Peter Maydell
2023-05-15 12:36   ` Markus Armbruster
2023-05-15 16:18     ` Peter Maydell
2023-05-11 12:15 ` [PATCH v2 2/2] docs/interop: Delete qmp-intro.txt Peter Maydell
2023-05-15 12:57   ` Markus Armbruster
2023-05-15 12:58 ` [PATCH v2 0/2] docs/interop: Convert QMP related txt docs to rst Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.