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 CD94FCE7AFA for ; Fri, 6 Sep 2024 09:31:59 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1smVJN-0004eA-Tx; Fri, 06 Sep 2024 05:31:25 -0400 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 1smVJL-0004aQ-5O; Fri, 06 Sep 2024 05:31:23 -0400 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 1smVJJ-0005B0-Dx; Fri, 06 Sep 2024 05:31:22 -0400 Received: from SIOS1075.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by sakura.ysato.name (Postfix) with ESMTPSA id BFD6A1C0078; Fri, 6 Sep 2024 18:31:13 +0900 (JST) Date: Fri, 06 Sep 2024 18:31:10 +0900 Message-ID: <87frqdjfhd.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= Cc: Samuel Tardieu , qemu-devel@nongnu.org, devel@lists.libvirt.org, Magnus Damm , qemu-block@nongnu.org Subject: Re: [PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine In-Reply-To: <20240903153959.18392-1-philmd@linaro.org> References: <20240903153959.18392-1-philmd@linaro.org> 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/29.4 (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: -7 X-Spam_score: -0.8 X-Spam_bar: / X-Spam_report: (-0.8 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.399, 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 Wed, 04 Sep 2024 00:39:56 +0900, Philippe Mathieu-Daud=E9 wrote: >=20 > Remove the deprecated SH4 SHIX machine, along > with the TC58128 NAND EEPROM. >=20 > Philippe Mathieu-Daud=E9 (3): > hw/sh4: Remove the deprecated SHIX machine > hw/block: Remove TC58128 NAND EEPROM > hw/sh4: Remove sh7750_register_io_device() helper >=20 > MAINTAINERS | 11 -- > docs/about/deprecated.rst | 6 - > docs/about/removed-features.rst | 5 + > configs/devices/sh4-softmmu/default.mak | 1 - > include/hw/sh4/sh.h | 19 --- > hw/block/tc58128.c | 211 ------------------------ > hw/sh4/sh7750.c | 57 +------ > hw/sh4/shix.c | 86 ---------- > hw/block/Kconfig | 3 - > hw/block/meson.build | 1 - > hw/sh4/Kconfig | 7 - > hw/sh4/meson.build | 1 - > 12 files changed, 7 insertions(+), 401 deletions(-) > delete mode 100644 hw/block/tc58128.c > delete mode 100644 hw/sh4/shix.c >=20 > --=20 > 2.45.2 >=20 for hw/sh4 Reviewed-by: Yoshinori Sato --=20 Yosinori Sato