aboutsummaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2024-01-09 09:30:53 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-19 12:28:59 +0100
commitc8cdec74e6214d52f1924f9db09cab8c2c4ad150 (patch)
tree63da9e5ce9d30259a4a87a6d0c5a05b755c1efdc /docs/about
parent322b038c9411bae0c9f518fe1cb55934ac4e1a67 (diff)
downloadqemu-c8cdec74e6214d52f1924f9db09cab8c2c4ad150.zip
qemu-c8cdec74e6214d52f1924f9db09cab8c2c4ad150.tar.gz
qemu-c8cdec74e6214d52f1924f9db09cab8c2c4ad150.tar.bz2
hw/block: Deprecate the TC58128 block device
The 16MiB flash device is only used by the deprecated shix machine. Its code it old and unmaintained, and has never been adapted to the QOM architecture. It still contains debug statements and uses global variables. It is time to deprecate it. Signed-off-by: Samuel Tardieu <sam@rfc1149.net> Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240109083053.2581588-3-sam@rfc1149.net> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/deprecated.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index e6a12c9..15e39f8 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -273,7 +273,7 @@ The Nios II architecture is orphan.
''''''''''''''''''''
The machine is no longer in existence and has been long unmaintained
-in QEMU.
+in QEMU. This also holds for the TC51828 16MiB flash that it uses.
Backend options
---------------