From nobody Tue Nov 26 22:17:46 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=rfc1149.net ARC-Seal: i=1; a=rsa-sha256; t=1704734165; cv=none; d=zohomail.com; s=zohoarc; b=Vuess5/98bLSH0RTPKkUsd97S1aHGnXN2dagzubrcjlrJVY8YKrzFDX3hyibuXnKgTvkQGjXwYQc3O39EqZ9brbsEDB4XukdUgkVicOCgW18VFYpk82PG4Z41U+StjxQ2+TL3HT95vhmlX6IXMfqWExgwv9+yT6Xp2vER+wTmbU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1704734165; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=2zI5Y7yWNUR/URybgAzhfGsjtWbLe2ifF+GtwkxDuTA=; b=g+AKQ5300EZbIwZVqnj4FU2J4AXA3Q91FvWNYMsp0sl5SPIlYgSPxjsQl8Ejtu7vnJV66QDpsGWhbhrNLbwKBL4YGroG0atAbYY09tm4yywZIiRZ7q7YjjVFYAy27GFeKry44rjulT+vKUL0AJLLLUfqbFIcuPqLBzSRWiiSlkY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1704734165268779.1757877770516; Mon, 8 Jan 2024 09:16:05 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rMtEB-0000dj-1D; Mon, 08 Jan 2024 12:15:55 -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 1rMtDq-0008NT-5G; Mon, 08 Jan 2024 12:15:36 -0500 Received: from zoidberg.rfc1149.net ([195.154.227.159]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rMtDm-0008GS-PK; Mon, 08 Jan 2024 12:15:33 -0500 Received: from 127.0.0.1 (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by zoidberg.rfc1149.net (Postfix) with ESMTPSA id D14AC80028; Mon, 8 Jan 2024 18:15:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rfc1149.net; s=smtp; t=1704734123; bh=fj3Lvw/Z8k+IZNbj3eMRA+HRY0SMmd4/tjl/kc75Ajg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=w6YSxZnc8UZEZvP3XjHPRylPHkM/QP7q8nEqM7m5LI9tjjtsM9CfpJxmhNBXPVP0P mIfa66j3GmKKAofzbo0HKTBRkqmIpS0wGHjtrUvd6mVX10qp5CjLcT0o9MJPnE4eUN q2gmNyhPFQZCzPFAcrTGQpCAB9xKJPU8gXGqrBANtxAM7ReJO6SNRrTJ4/Bj6XfSB5 Lwr1UrEv1f5rpYxkw30gI9ozDHAlbqtjK90KsWCwdhU3DB2c9AvqNSzrm3Sf/13qIz nj9QzJxkqGr+fFgJ4cP3ecFrxk028OkB4ZYlbRkKkR5e6DSgDiX1c6TZRo8uxylwhD GkTi+/38SVh/g== From: Samuel Tardieu To: qemu-devel@nongnu.org Cc: Magnus Damm , Kevin Wolf , Hanna Reitz , Yoshinori Sato , devel@lists.libvirt.org, qemu-block@nongnu.org, Samuel Tardieu Subject: [PATCH 1/2] target/sh4: Deprecate the shix machine Date: Mon, 8 Jan 2024 18:15:21 +0100 Message-ID: <20240108171523.2487291-2-sam@rfc1149.net> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20240108171523.2487291-1-sam@rfc1149.net> References: <20240108171523.2487291-1-sam@rfc1149.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=195.154.227.159; envelope-from=sam@rfc1149.net; helo=zoidberg.rfc1149.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham 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+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @rfc1149.net) X-ZM-MESSAGEID: 1704734168486100002 The shix machine has been designed and used at T=C3=A9l=C3=A9com 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 Reviewed-by: C=C3=A9dric Le Goater Reviewed-by: Yoshinori Sato --- docs/about/deprecated.rst | 5 +++++ hw/sh4/shix.c | 1 + 2 files changed, 6 insertions(+) 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`` mac= hines (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 machine= instead"; } =20 DEFINE_MACHINE("shix", shix_machine_init) --=20 2.42.0