From 9d49bcf6992a2ba77f79d2512e23b8ca26d72f6a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 3 May 2021 10:40:33 +0200 Subject: Drop the deprecated lm32 target Target lm32 was deprecated in commit d8498005122, v5.2.0. See there for rationale. Some of its code lives on in device models derived from milkymist ones: hw/char/digic-uart.c and hw/display/bcm2835_fb.c. Cc: Michael Walle Signed-off-by: Markus Armbruster Message-Id: <20210503084034.3804963-2-armbru@redhat.com> Acked-by: Michael Walle [Trivial conflicts resolved, reST markup fixed] --- docs/system/deprecated.rst | 8 -------- docs/system/removed-features.rst | 7 +++++++ 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index 7d34da9..1199fe9 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -198,14 +198,6 @@ from Linux upstream kernel, declare it deprecated. System emulator 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) '''''''''''''''''''''''''''''''' diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 51a79b3..4915bc3 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -298,6 +298,13 @@ Nobody was using this CPU emulation in QEMU, and there were no test images available to make sure that the code is still working, so it has been removed without replacement. +``lm32`` CPUs (removed in 6.1.0) +'''''''''''''''''''''''''''''''' + +The only public user of this architecture was the milkymist project, +which has been dead for years; there was never an upstream Linux +port. Removed without replacement. + System emulator machines ------------------------ -- cgit v1.1