From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PATCH 0/4] docs: Miscellaneous rST conversions
Date: Tue, 25 Feb 2020 15:41:17 +0000 [thread overview]
Message-ID: <20200225154121.21116-1-peter.maydell@linaro.org> (raw)
This patchset converts some texi files used in qemu-doc.texi to rST:
* docs/security.texi
* qemu-tech.texi
* qemu-deprecated.texi
which all end up as sections of the "system" manual.
In all cases, these pieces of the documentation are part of
the qemu-doc HTML file, but not included in the qemu.1 manpage,
so they are just a straightforward format conversion.
security and deprecated are pure conversions with only
changes to the formatting, not to the contents.
For qemu-tech.texi, a large part of it was an extremely out of
date and partial attempt to document the limitations of our
CPU emulation. Apart from a change to the Xtensa section in
2012, no part of the actual text seems to have been updated
since 2008. I judged it better to simply dump this rather
than carry it over. Creating an actually accurate section
about the limitations of the various guest architectures
is probably easier done from scratch if we want it and are
prepared to actually keep it up to date this time...
thanks
-- PMM
Peter Maydell (4):
docs: Convert security.texi to rST format
docs: Remove the "CPU emulation" part of the "Implementation notes"
docs: Convert 'managed start up options' docs to rST
docs: Convert qemu-deprecated.texi to rST
Makefile | 6 +-
MAINTAINERS | 2 +-
docs/system/deprecated.rst | 446 ++++++++++++++++++++
docs/system/index.rst | 3 +
docs/system/managed-startup.rst | 35 ++
docs/{security.texi => system/security.rst} | 82 ++--
qemu-deprecated.texi | 386 -----------------
qemu-doc.texi | 10 -
qemu-tech.texi | 195 ---------
9 files changed, 532 insertions(+), 633 deletions(-)
create mode 100644 docs/system/deprecated.rst
create mode 100644 docs/system/managed-startup.rst
rename docs/{security.texi => system/security.rst} (77%)
delete mode 100644 qemu-deprecated.texi
delete mode 100644 qemu-tech.texi
--
2.20.1
next reply other threads:[~2020-02-25 15:42 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-25 15:41 Peter Maydell [this message]
2020-02-25 15:41 ` [PATCH 1/4] docs: Convert security.texi to rST format Peter Maydell
2020-02-26 11:48 ` Aleksandar Markovic
2020-02-25 15:41 ` [PATCH 2/4] docs: Remove the "CPU emulation" part of the "Implementation notes" Peter Maydell
2020-02-26 11:33 ` Aleksandar Markovic
2020-02-25 15:41 ` [PATCH 3/4] docs: Convert 'managed start up options' docs to rST Peter Maydell
2020-02-26 11:49 ` Aleksandar Markovic
2020-02-25 15:41 ` [PATCH 4/4] docs: Convert qemu-deprecated.texi " Peter Maydell
2020-02-26 0:33 ` Alistair Francis
2020-02-26 11:24 ` Aleksandar Markovic
2020-02-25 17:01 ` [PATCH 0/4] docs: Miscellaneous rST conversions Paolo Bonzini
2020-02-25 17:11 ` Peter Maydell
2020-02-25 17:48 ` Paolo Bonzini
2020-02-25 17:59 ` Peter Maydell
2020-02-25 18:28 ` Paolo Bonzini
2020-02-25 18:56 ` Peter Maydell
2020-02-25 19:10 ` Paolo Bonzini
2020-02-25 19:50 ` Peter Maydell
2020-02-25 20:09 ` Paolo Bonzini
2020-02-25 22:32 ` Peter Maydell
2020-02-26 7:50 ` Markus Armbruster
2020-02-26 8:40 ` 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=20200225154121.21116-1-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).