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
