qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: Re: [PATCH 0/8] docs/specs: Convert txt files to rST
Date: Tue, 17 Oct 2023 13:46:54 +0100	[thread overview]
Message-ID: <CAFEAcA_D22BEn6P0O1NKXuXRccfSPpyMY+YyFB1EZXb1bc-udA@mail.gmail.com> (raw)
In-Reply-To: <20230927151205.70930-1-peter.maydell@linaro.org>

Ping for code review ?

thanks
-- PMM

On Wed, 27 Sept 2023 at 16:12, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> This patchseries converts most of the remaining .txt files in
> docs/specs to rST format and integrates tem with our documentation.
> (The one remaining .txt file is rocker.txt, which I left to do
> later because at over 1000 lines it is much bigger than these.)
>
> These are mostly simple conversions with not too much effort
> put into the formatting/markup. In a few cases I dropped
> parts of the text already covered elsewhere or made light
> fixes for grammar/spelling; see individual patch commit
> messages for more detail.
>
> thanks
> -- PMM
>
> Peter Maydell (8):
>   docs/specs/vmw_pvscsi-spec: Convert to rST
>   docs/specs/edu: Convert to rST
>   docs/specs/ivshmem-spec: Convert to rST
>   docs/specs/pvpanic: Convert to rST
>   docs/specs/standard-vga: Convert to rST
>   docs/specs/virt-ctlr: Convert to rST
>   docs/specs/vmcoreinfo: Convert to rST
>   docs/specs/vmgenid: Convert to rST
>
>  MAINTAINERS                                   |   5 +-
>  docs/specs/{edu.txt => edu.rst}               |  84 +++---
>  docs/specs/index.rst                          |   8 +
>  .../{ivshmem-spec.txt => ivshmem-spec.rst}    |  63 ++---
>  docs/specs/pci-ids.rst                        |   2 +-
>  docs/specs/{pvpanic.txt => pvpanic.rst}       |  41 ++-
>  docs/specs/standard-vga.rst                   |  94 +++++++
>  docs/specs/standard-vga.txt                   |  81 ------
>  docs/specs/{virt-ctlr.txt => virt-ctlr.rst}   |  12 +-
>  docs/specs/{vmcoreinfo.txt => vmcoreinfo.rst} |  33 +--
>  docs/specs/vmgenid.rst                        | 246 ++++++++++++++++++
>  docs/specs/vmgenid.txt                        | 245 -----------------
>  docs/specs/vmw_pvscsi-spec.rst                | 115 ++++++++
>  docs/specs/vmw_pvscsi-spec.txt                |  92 -------
>  docs/system/devices/ivshmem.rst               |   2 +-
>  hw/display/vga-isa.c                          |   2 +-
>  hw/display/vga-pci.c                          |   2 +-
>  17 files changed, 595 insertions(+), 532 deletions(-)
>  rename docs/specs/{edu.txt => edu.rst} (64%)
>  rename docs/specs/{ivshmem-spec.txt => ivshmem-spec.rst} (88%)
>  rename docs/specs/{pvpanic.txt => pvpanic.rst} (64%)
>  create mode 100644 docs/specs/standard-vga.rst
>  delete mode 100644 docs/specs/standard-vga.txt
>  rename docs/specs/{virt-ctlr.txt => virt-ctlr.rst} (70%)
>  rename docs/specs/{vmcoreinfo.txt => vmcoreinfo.rst} (50%)
>  create mode 100644 docs/specs/vmgenid.rst
>  delete mode 100644 docs/specs/vmgenid.txt
>  create mode 100644 docs/specs/vmw_pvscsi-spec.rst
>  delete mode 100644 docs/specs/vmw_pvscsi-spec.txt
>
> --
> 2.34.1
>


  parent reply	other threads:[~2023-10-17 12:47 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27 15:11 [PATCH 0/8] docs/specs: Convert txt files to rST Peter Maydell
2023-09-27 15:11 ` [PATCH 1/8] docs/specs/vmw_pvscsi-spec: Convert " Peter Maydell
2023-10-19 16:38   ` Thomas Huth
2023-09-27 15:11 ` [PATCH 2/8] docs/specs/edu: " Peter Maydell
2023-10-19 16:48   ` Thomas Huth
2023-09-27 15:12 ` [PATCH 3/8] docs/specs/ivshmem-spec: " Peter Maydell
2023-10-31 15:46   ` Philippe Mathieu-Daudé
2023-09-27 15:12 ` [PATCH 4/8] docs/specs/pvpanic: " Peter Maydell
2023-10-31 15:33   ` Philippe Mathieu-Daudé
2023-09-27 15:12 ` [PATCH 5/8] docs/specs/standard-vga: " Peter Maydell
2023-10-31 15:36   ` Philippe Mathieu-Daudé
2023-09-27 15:12 ` [PATCH 6/8] docs/specs/virt-ctlr: " Peter Maydell
2023-10-31 15:39   ` Philippe Mathieu-Daudé
2023-10-31 15:43     ` Peter Maydell
2023-11-08 10:31       ` Philippe Mathieu-Daudé
2023-09-27 15:12 ` [PATCH 7/8] docs/specs/vmcoreinfo: " Peter Maydell
2023-10-31 15:42   ` Philippe Mathieu-Daudé
2023-11-02 13:35     ` Marc-André Lureau
2023-09-27 15:12 ` [PATCH 8/8] docs/specs/vmgenid: " Peter Maydell
2023-10-31 15:43   ` Philippe Mathieu-Daudé
2023-11-01 11:48     ` Ani Sinha
2023-10-17 12:46 ` Peter Maydell [this message]
2023-10-31 14:09 ` [PATCH 0/8] docs/specs: Convert txt files " 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=CAFEAcA_D22BEn6P0O1NKXuXRccfSPpyMY+YyFB1EZXb1bc-udA@mail.gmail.com \
    --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 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).