aboutsummaryrefslogtreecommitdiff
path: root/hw/sh4
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2024-01-09 09:30:52 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-19 12:28:59 +0100
commit322b038c9411bae0c9f518fe1cb55934ac4e1a67 (patch)
tree9da6dc55e6c60b0907fa6524b5ae90351dff3632 /hw/sh4
parent72c603f82f2267c93fadf37aac2412d1b19645d2 (diff)
downloadqemu-322b038c9411bae0c9f518fe1cb55934ac4e1a67.zip
qemu-322b038c9411bae0c9f518fe1cb55934ac4e1a67.tar.gz
qemu-322b038c9411bae0c9f518fe1cb55934ac4e1a67.tar.bz2
target/sh4: Deprecate the shix machine
The shix machine has been designed and used at Télécom Paris from 2003 to 2010. It had been added to QEMU in 2005 and has not been maintained since. Since nobody is using the physical board anymore nor interested in maintaining the QEMU port, 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: Yoshinori Sato <ysato@users.sourceforge.jp> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240109083053.2581588-2-sam@rfc1149.net> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/sh4')
-rw-r--r--hw/sh4/shix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sh4/shix.c b/hw/sh4/shix.c
index aa81251..eb3150b 100644
--- a/hw/sh4/shix.c
+++ b/hw/sh4/shix.c
@@ -80,6 +80,7 @@ static void shix_machine_init(MachineClass *mc)
mc->init = shix_init;
mc->is_default = true;
mc->default_cpu_type = TYPE_SH7750R_CPU;
+ mc->deprecation_reason = "old and unmaintained";
}
DEFINE_MACHINE("shix", shix_machine_init)