qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] qemu-tech: move part to docs/devel, delete part
@ 2019-06-07 15:28 Peter Maydell
  2019-06-07 15:28 ` [Qemu-devel] [PATCH 1/2] Convert "translator internals" docs to RST, move to devel manual Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peter Maydell @ 2019-06-07 15:28 UTC (permalink / raw)
  To: qemu-devel

This patchset makes some of the cleanups to qemu-tech.texi which
I suggested in my Sphinx transition plan:
https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg04932.html

(1) the "translator internals" docs move to the devel/ manual
(and are given a simple by-hand texi-to-rst conversion)
(2) the "compared to other emulators" section is simply deleted:
since we haven't updated it since 2015 we obviously don't
care enough about it to keep it useful for users, and the wiki
or website would be a better place for that kind of "you might
want to know this before you install" information if we did
have anybody interested in keeping it current.

I suspect the TCG docs may have some stale info in them too,
but the devel/ manual isn't user-facing so not a very big deal.
Followup patches correcting any inaccuracies welcome :-)

thanks
-- PMM

Peter Maydell (2):
  Convert "translator internals" docs to RST, move to devel manual
  qemu-tech.texi: Remove "QEMU compared to other emulators" section

 docs/devel/index.rst |   1 +
 docs/devel/tcg.rst   | 111 +++++++++++++++++++++++
 qemu-tech.texi       | 210 -------------------------------------------
 3 files changed, 112 insertions(+), 210 deletions(-)
 create mode 100644 docs/devel/tcg.rst

-- 
2.20.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-14  9:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-07 15:28 [Qemu-devel] [PATCH 0/2] qemu-tech: move part to docs/devel, delete part Peter Maydell
2019-06-07 15:28 ` [Qemu-devel] [PATCH 1/2] Convert "translator internals" docs to RST, move to devel manual Peter Maydell
2019-06-07 15:28 ` [Qemu-devel] [PATCH 2/2] qemu-tech.texi: Remove "QEMU compared to other emulators" section Peter Maydell
2019-06-07 17:30   ` Daniel P. Berrangé
2019-06-07 18:16 ` [Qemu-devel] [PATCH 0/2] qemu-tech: move part to docs/devel, delete part Richard Henderson
2019-06-14  9:10 ` Stefan Hajnoczi

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).