From: Peter Maydell Date: Thu, 12 Nov 2020 14:40:38 +0000 (+0000) Subject: docs: Move microvm.rst into the system manual X-Git-Tag: v5.2.0-rc3~8^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8eee8d3d90690b73caac6b0059ad02ed1f170e6;p=thirdparty%2Fqemu.git docs: Move microvm.rst into the system manual Now that target-i386.rst has a place to list documentation of machines other than the 'pc' machine, we have a place we can move the microvm documentation to. Signed-off-by: Peter Maydell Reviewed-by: Alex Bennée --- diff --git a/docs/microvm.rst b/docs/system/i386/microvm.rst similarity index 98% rename from docs/microvm.rst rename to docs/system/i386/microvm.rst index fcf41fc1f6f..1675e37d3e7 100644 --- a/docs/microvm.rst +++ b/docs/system/i386/microvm.rst @@ -1,6 +1,5 @@ -==================== -microvm Machine Type -==================== +'microvm' virtual platform (``microvm``) +======================================== ``microvm`` is a machine type inspired by ``Firecracker`` and constructed after its machine model. diff --git a/docs/system/target-i386.rst b/docs/system/target-i386.rst index 1612ddba907..22ba5ce2c0f 100644 --- a/docs/system/target-i386.rst +++ b/docs/system/target-i386.rst @@ -16,6 +16,7 @@ Board-specific documentation .. toctree:: :maxdepth: 1 + i386/microvm i386/pc .. include:: cpu-models-x86.rst.inc