summaryrefslogtreecommitdiffstats
path: root/docs/interop/qemu-nbd.rst
diff options
context:
space:
mode:
authorPeter Maydell2020-02-25 11:45:13 +0100
committerPeter Maydell2020-02-25 11:48:05 +0100
commitbb43ee6c4f32026d911cba2db570847fabbfa7a4 (patch)
tree362e47eca473d079f54bf2890f68f86da8f2587e /docs/interop/qemu-nbd.rst
parentdocs: Create new 'tools' manual (diff)
downloadqemu-bb43ee6c4f32026d911cba2db570847fabbfa7a4.tar.gz
qemu-bb43ee6c4f32026d911cba2db570847fabbfa7a4.tar.xz
qemu-bb43ee6c4f32026d911cba2db570847fabbfa7a4.zip
docs: Move qemu-option-trace.rst.inc to docs/
The qemu-option-trace.rst.inc file contains a rST documentation fragment which describes trace options common to qemu-nbd and qemu-img. We put this file into interop/, but we'd like to move the qemu-nbd and qemu-img files into the tools/ manual. We could move the .rst.inc file along with them, but we're eventually going to want to use it for the main QEMU binary options documentation too, and that will be in system/. So move qemu-option-trace.rst.inc to the top-level docs/ directory, where all these files can include it via .. include:: ../qemu-option-trace.rst.inc This does have the slight downside that we now need to explicitly tell Make which manuals use this file rather than relying on a wildcard for all .rst.inc in the manual. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 20200217155415.30949-3-peter.maydell@linaro.org
Diffstat (limited to 'docs/interop/qemu-nbd.rst')
-rw-r--r--docs/interop/qemu-nbd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/qemu-nbd.rst b/docs/interop/qemu-nbd.rst
index e548403100..667861cb22 100644
--- a/docs/interop/qemu-nbd.rst
+++ b/docs/interop/qemu-nbd.rst
@@ -188,7 +188,7 @@ driver options if ``--image-opts`` is specified.
.. option:: -T, --trace [[enable=]PATTERN][,events=FILE][,file=FILE]
- .. include:: qemu-option-trace.rst.inc
+ .. include:: ../qemu-option-trace.rst.inc
Examples
--------