diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-01-24 16:26:05 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-02-03 11:02:23 +0000 |
commit | 605ffebb2e206d9dec746ceed0de7be561b7354b (patch) | |
tree | 1bc8cd253484f932068443222d095e1c920213a5 /docs/interop/conf.py | |
parent | 96ddefbc871895ed14b422d3571d61985165cf2a (diff) | |
download | qemu-605ffebb2e206d9dec746ceed0de7be561b7354b.zip qemu-605ffebb2e206d9dec746ceed0de7be561b7354b.tar.gz qemu-605ffebb2e206d9dec746ceed0de7be561b7354b.tar.bz2 |
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 'docs/interop/conf.py')
-rw-r--r-- | docs/interop/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/interop/conf.py b/docs/interop/conf.py index 0de444a..baea7fb 100644 --- a/docs/interop/conf.py +++ b/docs/interop/conf.py @@ -22,5 +22,7 @@ man_pages = [ ('qemu-img', 'qemu-img', u'QEMU disk image utility', ['Fabrice Bellard'], 1), ('qemu-nbd', 'qemu-nbd', u'QEMU Disk Network Block Device Server', - ['Anthony Liguori <anthony@codemonkey.ws>'], 8) + ['Anthony Liguori <anthony@codemonkey.ws>'], 8), + ('qemu-trace-stap', 'qemu-trace-stap', u'QEMU SystemTap trace tool', + [], 1) ] |