mbox series

[0/5] docs: more conversions from txt to rst

Message ID 20240801170131.3977807-1-peter.maydell@linaro.org
Headers show
Series docs: more conversions from txt to rst | expand

Message

Peter Maydell Aug. 1, 2024, 5:01 p.m. UTC
This patchset converts four files in specs and interop
from plain text to rST format. Technically this wouldn't
be a bugfix but I think it's probably reasonable to put
them in to 9.1 if they get review.

thanks
-- PMM

Peter Maydell (5):
  docs/specs/rocker.txt: Convert to rST
  docs/interop/nbd.txt: Convert to rST
  docs/interop/parallels.txt: Convert to rST
  docs/interop/prl-xml.txt: Convert to rST
  docs/interop/prl-xml.rst: Fix minor grammar nits

 MAINTAINERS                                   |   7 +-
 docs/interop/index.rst                        |   3 +
 docs/interop/nbd.rst                          |  89 ++++++++
 docs/interop/nbd.txt                          |  72 -------
 docs/interop/{parallels.txt => parallels.rst} | 108 +++++-----
 docs/interop/prl-xml.rst                      | 192 ++++++++++++++++++
 docs/interop/prl-xml.txt                      | 158 --------------
 docs/specs/index.rst                          |   1 +
 docs/specs/{rocker.txt => rocker.rst}         | 181 +++++++++--------
 9 files changed, 438 insertions(+), 373 deletions(-)
 create mode 100644 docs/interop/nbd.rst
 delete mode 100644 docs/interop/nbd.txt
 rename docs/interop/{parallels.txt => parallels.rst} (72%)
 create mode 100644 docs/interop/prl-xml.rst
 delete mode 100644 docs/interop/prl-xml.txt
 rename docs/specs/{rocker.txt => rocker.rst} (91%)

Comments

Richard Henderson Aug. 1, 2024, 11:25 p.m. UTC | #1
On 8/2/24 03:01, Peter Maydell wrote:
> Peter Maydell (5):
>    docs/specs/rocker.txt: Convert to rST
>    docs/interop/nbd.txt: Convert to rST
>    docs/interop/parallels.txt: Convert to rST
>    docs/interop/prl-xml.txt: Convert to rST
>    docs/interop/prl-xml.rst: Fix minor grammar nits

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
Eric Blake Aug. 2, 2024, 1:42 p.m. UTC | #2
On Fri, Aug 02, 2024 at 08:30:25AM GMT, Eric Blake wrote:
> Add in the missing space in the section header.
> 
> Fixes: 1084159b31 ("qapi: deprecate drive-backup", v6.2.0)
> Signed-off-by: Eric Blake <eblake@redhat.com>

Regarding the subject line using [PATCH 6/5]: I meant to send the
patch in-reply-to <20240801170131.3977807-1-peter.maydell@linaro.org>
rather than as a standalone thread. Time to see if my attempt to
rectify that mid-thread messes up anyone's mailer threading :)
Peter Maydell Aug. 8, 2024, 12:46 p.m. UTC | #3
On Fri, 2 Aug 2024 at 00:25, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> On 8/2/24 03:01, Peter Maydell wrote:
> > Peter Maydell (5):
> >    docs/specs/rocker.txt: Convert to rST
> >    docs/interop/nbd.txt: Convert to rST
> >    docs/interop/parallels.txt: Convert to rST
> >    docs/interop/prl-xml.txt: Convert to rST
> >    docs/interop/prl-xml.rst: Fix minor grammar nits
>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Thanks. As docs changes I think these are reasonable to
put into rc2, so I'm going to apply them to my target-arm.next
branch, unless anybody would prefer not.

-- PMM