From: Peter Maydell Date: Thu, 12 Nov 2020 14:40:33 +0000 (+0000) Subject: docs: Move virtio-net-failover.rst into the system manual X-Git-Tag: v5.2.0-rc3~8^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4faf359accb274d37ddb0e7b68617b9297b9120e;p=thirdparty%2Fqemu.git docs: Move virtio-net-failover.rst into the system manual The virtio-net-failover documentation is currently orphan and not included in any manual; move it into the system manual, immediately following the general network emulation section. Signed-off-by: Peter Maydell Reviewed-by: Alex Bennée --- diff --git a/docs/system/index.rst b/docs/system/index.rst index c0f685b818e..d0613cd5f72 100644 --- a/docs/system/index.rst +++ b/docs/system/index.rst @@ -21,6 +21,7 @@ Contents: monitor images net + virtio-net-failover usb ivshmem linuxboot diff --git a/docs/virtio-net-failover.rst b/docs/system/virtio-net-failover.rst similarity index 100% rename from docs/virtio-net-failover.rst rename to docs/system/virtio-net-failover.rst