diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-07-27 21:41:10 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-08-02 12:55:51 +0100 |
commit | 6cb02f15223810e1d528e3559194a47b0bbe5020 (patch) | |
tree | a3ea9bed1ef7951fe32c8f37452c5d3cd33dd75a /docs/interop/index.rst | |
parent | bd77bc8b8900654d12194ac38d375d3d0f882cc4 (diff) |
docs: Move the protocol part of barrier.txt into interop
Most of docs/barrier.txt is describing the protocol implemented
by the input-barrier device. Move this into the interop
section of the manual, and rstify it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-id: 20210727204112.12579-2-peter.maydell@linaro.org
Diffstat (limited to 'docs/interop/index.rst')
-rw-r--r-- | docs/interop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/interop/index.rst b/docs/interop/index.rst index b1bab81e2e..f9801a9c20 100644 --- a/docs/interop/index.rst +++ b/docs/interop/index.rst @@ -7,6 +7,7 @@ are useful for making QEMU interoperate with other software. .. toctree:: :maxdepth: 2 + barrier bitmaps dbus dbus-vmstate |