]> git.proxmox.com Git - mirror_qemu.git/commit
docs: Move qemu-option-trace.rst.inc to docs/
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Feb 2020 10:45:13 +0000 (10:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Feb 2020 10:48:05 +0000 (10:48 +0000)
commitbb43ee6c4f32026d911cba2db570847fabbfa7a4
tree362e47eca473d079f54bf2890f68f86da8f2587e
parent65c3542b1f4e6ad5648a6ee0f7ebc8bcc39035d3
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
Makefile
docs/interop/qemu-img.rst
docs/interop/qemu-nbd.rst
docs/interop/qemu-option-trace.rst.inc [deleted file]
docs/qemu-option-trace.rst.inc [new file with mode: 0644]