diff options
author | Peter Maydell | 2020-01-24 17:26:05 +0100 |
---|---|---|
committer | Peter Maydell | 2020-02-03 12:02:23 +0100 |
commit | 605ffebb2e206d9dec746ceed0de7be561b7354b (patch) | |
tree | 1bc8cd253484f932068443222d095e1c920213a5 /MAINTAINERS | |
parent | qemu-img-cmds.hx: Remove texinfo document fragments (diff) | |
download | qemu-605ffebb2e206d9dec746ceed0de7be561b7354b.tar.gz qemu-605ffebb2e206d9dec746ceed0de7be561b7354b.tar.xz qemu-605ffebb2e206d9dec746ceed0de7be561b7354b.zip |
scripts/qemu-trace-stap: Convert documentation to rST
The qemu-trace-stap documentation is currently in
scripts/qemu-trace-stap.texi in Texinfo format, which we
present to the user as:
* a qemu-trace-stap manpage
* but not (unusually for QEMU) part of the HTML docs
Convert the documentation to rST format that lives in
the docs/ subdirectory, and present it to the user as:
* a qemu-trace-stap manpage
* part of the interop/ Sphinx manual
There are minor formatting changes to suit Sphinx, but no
content changes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200124162606.8787-8-peter.maydell@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8026338519..db3cbc18c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2193,6 +2193,7 @@ F: qemu-option-trace.texi F: scripts/tracetool.py F: scripts/tracetool/ F: scripts/qemu-trace-stap* +F: docs/interop/qemu-trace-stap.rst F: docs/devel/tracing.txt T: git https://github.com/stefanha/qemu.git tracing |