qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Markus Armbruster <armbru@redhat.com>
Subject: [PATCH 0/2] docs/interop: Convert QMP related txt docs to rst
Date: Thu, 20 Apr 2023 16:03:50 +0100	[thread overview]
Message-ID: <20230420150352.1039408-1-peter.maydell@linaro.org> (raw)

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



             reply	other threads:[~2023-04-20 15:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 15:03 Peter Maydell [this message]
2023-04-20 15:03 ` [PATCH 1/2] docs/interop: Convert qmp-spec.txt to rST Peter Maydell
2023-04-20 18:42   ` Eric Blake
2023-04-20 15:03 ` [PATCH 2/2] docs/interop: Delete qmp-intro.txt Peter Maydell
2023-04-20 19:43   ` Eric Blake
2023-04-21  8:56     ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230420150352.1039408-1-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).