aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2020-02-28 15:36:13 +0000
committerPeter Maydell <peter.maydell@linaro.org>2020-03-06 11:06:55 +0000
commit09ce5f2d6bd6739144a9bcebd71115fb825371e6 (patch)
treead77f4d56db42d2a55d4d0eeb08f7b867125d388 /docs
parente2fcbf4263231f09723e60811c3419cf509225d6 (diff)
downloadqemu-09ce5f2d6bd6739144a9bcebd71115fb825371e6.zip
qemu-09ce5f2d6bd6739144a9bcebd71115fb825371e6.tar.gz
qemu-09ce5f2d6bd6739144a9bcebd71115fb825371e6.tar.bz2
qemu-options.hx: Fix up the autogenerated rST
This commit contains hand-written fixes for some issues with the autogenerated rST fragments in qemu-options.hx: * Sphinx complains about the UTF-8 art table in the documentation of the -drive option. Replace it with a proper rST format table. * rST does not like definition list entries with no actual definition, but it is possible to work around this by putting a single escaped literal space as the definition line. * The "-g widthxheight" option documentation suffers particularly badly from losing the distinction between italics and fixed-width as a result of the auto conversion, so put it back in again. * The script missed some places that use the |qemu_system| etc macros and need to be marked up as parsed-literal blocks. * The script autogenerated an expanded out version of the contents of qemu-option-trace.texi; replace it with an qemu-option-trace.rst.inc include. This is sufficient that we can enable inclusion of the option documentation from invocation.rst. 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: 20200228153619.9906-28-peter.maydell@linaro.org
Diffstat (limited to 'docs')
-rw-r--r--docs/system/invocation.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/system/invocation.rst b/docs/system/invocation.rst
index c112bcb..d77dd13 100644
--- a/docs/system/invocation.rst
+++ b/docs/system/invocation.rst
@@ -10,6 +10,8 @@ Invocation
disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
not need a disk image.
+.. hxtool-doc:: qemu-options.hx
+
Device URL Syntax
~~~~~~~~~~~~~~~~~