All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [PULL 0/8] docs queue
Date: Mon,  3 Feb 2020 11:13:10 +0000	[thread overview]
Message-ID: <20200203111318.23378-1-peter.maydell@linaro.org> (raw)

This 'docs' pullrequest is just my 8-patch series
which adds hxtool doc fragment support for rST and
converts qemu-img/qemu-trace-stap/virtfs-proxy-helper.

It has small fixes squashed in to account for commit
cdd267749a3ab78 (which adds a new option to the qemu-img
docs) now being in master.

thanks
-- PMM

The following changes since commit 035b21977ce1791a630c5cbf46e482e54552e05b:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200203' into staging (2020-02-03 09:52:43 +0000)

are available in the Git repository at:

  https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-docs-20200203

for you to fetch changes up to 78813586b04e89639754cfdcef23802dc9f54ff4:

  virtfs-proxy-helper: Convert documentation to rST (2020-02-03 11:02:23 +0000)

----------------------------------------------------------------
docs:
 * Fix Makefile concurrency bug where we could run Sphinx twice
   in parallel on the same manual (which makes it crash)
 * Support handling hxtool doc fragments for rST manuals
 * Convert qemu-img docs to rST
 * Convert qemu-trace-stap docs to rST
 * Convert virtfs-proxy-helper docs to rST

----------------------------------------------------------------
Peter Maydell (8):
      Makefile: Ensure we don't run Sphinx in parallel for manpages
      hxtool: Support SRST/ERST directives
      docs/sphinx: Add new hxtool Sphinx extension
      qemu-img-cmds.hx: Add rST documentation fragments
      qemu-img: Convert invocation documentation to rST
      qemu-img-cmds.hx: Remove texinfo document fragments
      scripts/qemu-trace-stap: Convert documentation to rST
      virtfs-proxy-helper: Convert documentation to rST

 Makefile                             |  46 +-
 MAINTAINERS                          |   3 +
 docs/conf.py                         |   3 +-
 docs/interop/conf.py                 |   9 +-
 docs/interop/index.rst               |   3 +
 docs/interop/qemu-img.rst            | 825 +++++++++++++++++++++++++++++++++++
 docs/interop/qemu-trace-stap.rst     | 124 ++++++
 docs/interop/virtfs-proxy-helper.rst |  72 +++
 docs/sphinx/hxtool.py                | 210 +++++++++
 fsdev/virtfs-proxy-helper.texi       |  63 ---
 qemu-doc.texi                        |  10 +-
 qemu-img-cmds.hx                     |  99 ++---
 qemu-img.texi                        | 798 ---------------------------------
 rules.mak                            |  36 ++
 scripts/hxtool                       |  33 +-
 scripts/qemu-trace-stap.texi         | 140 ------
 16 files changed, 1386 insertions(+), 1088 deletions(-)
 create mode 100644 docs/interop/qemu-img.rst
 create mode 100644 docs/interop/qemu-trace-stap.rst
 create mode 100644 docs/interop/virtfs-proxy-helper.rst
 create mode 100644 docs/sphinx/hxtool.py
 delete mode 100644 fsdev/virtfs-proxy-helper.texi
 delete mode 100644 qemu-img.texi
 delete mode 100644 scripts/qemu-trace-stap.texi


             reply	other threads:[~2020-02-03 11:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03 11:13 Peter Maydell [this message]
2020-02-03 11:13 ` [PULL 1/8] Makefile: Ensure we don't run Sphinx in parallel for manpages Peter Maydell
2020-02-03 11:13 ` [PULL 2/8] hxtool: Support SRST/ERST directives Peter Maydell
2020-02-03 11:13 ` [PULL 3/8] docs/sphinx: Add new hxtool Sphinx extension Peter Maydell
2020-02-03 11:13 ` [PULL 4/8] qemu-img-cmds.hx: Add rST documentation fragments Peter Maydell
2020-02-03 11:13 ` [PULL 5/8] qemu-img: Convert invocation documentation to rST Peter Maydell
2020-02-03 11:13 ` [PULL 6/8] qemu-img-cmds.hx: Remove texinfo document fragments Peter Maydell
2020-02-03 11:13 ` [PULL 7/8] scripts/qemu-trace-stap: Convert documentation to rST Peter Maydell
2020-02-03 11:13 ` [PULL 8/8] virtfs-proxy-helper: " Peter Maydell
2020-02-03 13:04 ` [PULL 0/8] docs queue 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=20200203111318.23378-1-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --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 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.