summaryrefslogtreecommitdiffstats
path: root/docs/system
diff options
context:
space:
mode:
authorThomas Huth2020-09-23 10:00:15 +0200
committerLaurent Vivier2020-09-23 19:19:57 +0200
commitc66790b5dfc2430c04bf5876cf485e1f538af7f2 (patch)
tree2ae2055e5aee816a16d505eaa23c8ee27555a18e /docs/system
parentmigration/multifd: Remove superfluous semicolons (diff)
downloadqemu-c66790b5dfc2430c04bf5876cf485e1f538af7f2.tar.gz
qemu-c66790b5dfc2430c04bf5876cf485e1f538af7f2.tar.xz
qemu-c66790b5dfc2430c04bf5876cf485e1f538af7f2.zip
docs/system/deprecated: Move lm32 and unicore32 to the right section
lm32 and unicore32 are softmmut targets, and not linux-user targets. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200923080015.77373-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/deprecated.rst32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
index 808c334fe7..b2f383ce52 100644
--- a/docs/system/deprecated.rst
+++ b/docs/system/deprecated.rst
@@ -329,6 +329,22 @@ The ``compat`` property used to set backwards compatibility modes for
the processor has been deprecated. The ``max-cpu-compat`` property of
the ``pseries`` machine type should be used instead.
+``lm32`` CPUs (since 5.2.0)
+'''''''''''''''''''''''''''
+
+The ``lm32`` guest CPU support is deprecated and will be removed in
+a future version of QEMU. The only public user of this architecture
+was the milkymist project, which has been dead for years; there was
+never an upstream Linux port.
+
+``unicore32`` CPUs (since 5.2.0)
+''''''''''''''''''''''''''''''''
+
+The ``unicore32`` guest CPU support is deprecated and will be removed in
+a future version of QEMU. Support for this CPU was removed from the
+upstream Linux kernel, and there is no available upstream toolchain
+to build binaries for it.
+
System emulator devices
-----------------------
@@ -408,22 +424,6 @@ The above, converted to the current supported format::
linux-user mode CPUs
--------------------
-``lm32`` CPUs (since 5.2.0)
-'''''''''''''''''''''''''''
-
-The ``lm32`` guest CPU support is deprecated and will be removed in
-a future version of QEMU. The only public user of this architecture
-was the milkymist project, which has been dead for years; there was
-never an upstream Linux port.
-
-``unicore32`` CPUs (since 5.2.0)
-''''''''''''''''''''''''''''''''
-
-The ``unicore32`` guest CPU support is deprecated and will be removed in
-a future version of QEMU. Support for this CPU was removed from the
-upstream Linux kernel, and there is no available upstream toolchain
-to build binaries for it.
-
``tilegx`` CPUs (since 5.1.0)
'''''''''''''''''''''''''''''