From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D0659C46CD2 for ; Tue, 9 Jan 2024 05:45:06 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rN4ur-0000y4-JR; Tue, 09 Jan 2024 00:44:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rN4um-0000xh-C1; Tue, 09 Jan 2024 00:44:40 -0500 Received: from ik1-413-38519.vs.sakura.ne.jp ([153.127.30.23] helo=sakura.ysato.name) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rN4ug-0005mV-RZ; Tue, 09 Jan 2024 00:44:39 -0500 Received: from SIOS1075.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by sakura.ysato.name (Postfix) with ESMTPSA id 8093B1C00D1; Tue, 9 Jan 2024 14:44:28 +0900 (JST) Date: Tue, 09 Jan 2024 14:44:25 +0900 Message-ID: <874jfnvz5y.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Samuel Tardieu Cc: qemu-devel@nongnu.org, Magnus Damm , Kevin Wolf , Hanna Reitz , devel@lists.libvirt.org, qemu-block@nongnu.org Subject: Re: [PATCH 1/2] target/sh4: Deprecate the shix machine In-Reply-To: <20240108171523.2487291-2-sam@rfc1149.net> References: <20240108171523.2487291-1-sam@rfc1149.net> <20240108171523.2487291-2-sam@rfc1149.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Received-SPF: softfail client-ip=153.127.30.23; envelope-from=ysato@users.sourceforge.jp; helo=sakura.ysato.name X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Tue, 09 Jan 2024 02:15:21 +0900, Samuel Tardieu wrote: >=20 > The shix machine has been designed and used at T=E9l=E9com 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. >=20 > Signed-off-by: Samuel Tardieu > --- > docs/about/deprecated.rst | 5 +++++ > hw/sh4/shix.c | 1 + > 2 files changed, 6 insertions(+) >=20 > diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst > index 2e15040246..e6a12c9077 100644 > --- a/docs/about/deprecated.rst > +++ b/docs/about/deprecated.rst > @@ -269,6 +269,11 @@ Nios II ``10m50-ghrd`` and ``nios2-generic-nommu`` m= achines (since 8.2) > =20 > The Nios II architecture is orphan. > =20 > +``shix`` (since 9.0) > +'''''''''''''''''''' > + > +The machine is no longer in existence and has been long unmaintained > +in QEMU. > =20 > Backend options > --------------- > diff --git a/hw/sh4/shix.c b/hw/sh4/shix.c > index aa812512f0..58530b8ede 100644 > --- a/hw/sh4/shix.c > +++ b/hw/sh4/shix.c > @@ -80,6 +80,7 @@ static void shix_machine_init(MachineClass *mc) > mc->init =3D shix_init; > mc->is_default =3D true; > mc->default_cpu_type =3D TYPE_SH7750R_CPU; > + mc->deprecation_reason =3D "old and unmaintained - use a newer machi= ne instead"; > } > =20 > DEFINE_MACHINE("shix", shix_machine_init) > --=20 > 2.42.0 >=20 I can't maintain this either. Reviewed-by: Yoshinori Sato --=20 Yosinori Sato