summary refs log tree commit diff stats
path: root/docs/system/virtio-net-failover.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs/system: clean-up formatting of virtio-net-failoverAlex Bennée2025-07-141-23/+28
| | | | | | | | | | | | | | | We didn't clean-up the rst formatting when we moved this into the docs so lets do that now: - un-indent the usage/hotplug/migration paragraphs - properly wrap the command line fragments in code-block - highlight parameters in text with ``double quotes`` No changes to the actual text. Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20250710104531.3099313-8-alex.bennee@linaro.org>
* docs: Move virtio-net-failover.rst into the system manualPeter Maydell2020-11-231-0/+68
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 <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>