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 8B132C072A2 for ; Fri, 17 Nov 2023 15:58:55 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r41EJ-0006gI-Im; Fri, 17 Nov 2023 10:58:04 -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 1r41EG-0006fo-7w for qemu-devel@nongnu.org; Fri, 17 Nov 2023 10:58:00 -0500 Received: from esa2.mentor.iphmx.com ([68.232.141.98]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r41ED-0000eX-VX for qemu-devel@nongnu.org; Fri, 17 Nov 2023 10:57:59 -0500 X-CSE-ConnectionGUID: c2QBbu4GRWiUpxzpPnWtjw== X-CSE-MsgGUID: x3rEWi/1QuWObYMWT9O2Ng== X-IronPort-AV: E=Sophos;i="6.04,206,1695715200"; d="scan'208";a="25805520" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 17 Nov 2023 07:57:51 -0800 IronPort-SDR: 4SAYYqACIISR2kzhiwkIbVdYa4lhmBOfZVUla94SUvcYgUUNN3Biyqp9Dw53yhSN46dJEoDPr6 XJXMAFXZP+PAhMAoUOG5rkGWx0x9uP8GItt+tLs9Xsdfnee69Loiedw1V+mRyWaOJTT+4Ze9oO xHKFHtZ517C5QWGct4t6YN7u4X9tuwDmkgl8cAYPgKN9CVFIRx/GvsU1Sxev3zaf+jkEFzU7Yt W3hvK3z22SdZnt+eRe6jsjV3IvQEktA03hyCF1IQPA2nMWUewqLsPnud2onYVfQv9cyr/QTZL7 KXQ= Message-ID: Date: Fri, 17 Nov 2023 08:57:48 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH-for-8.2] target/nios2: Deprecate the Nios II architecture Content-Language: en-US To: Thomas Huth , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , CC: Chris Wulff , Marek Vasut , References: <20231117070250.32932-1-philmd@linaro.org> From: Sandra Loosemore In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-11.mgc.mentorg.com (147.34.90.211) To svr-orw-mbx-13.mgc.mentorg.com (147.34.90.213) Received-SPF: pass client-ip=68.232.141.98; envelope-from=Sandra_Loosemore@mentor.com; helo=esa2.mentor.iphmx.com X-Spam_score_int: -71 X-Spam_score: -7.2 X-Spam_bar: ------- X-Spam_report: (-7.2 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NICE_REPLY_A=-3.265, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-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+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On 11/17/23 01:46, Thomas Huth wrote: > > Being orphan for so long in QEMU, I guess it makes sense to mark it as > deprecated here now. We can still reconsider if a new maintainer shows up... > > Reviewed-by: Thomas Huth > I agree, but I'd be surprised if anybody steps forward, since Intel has pretty much dropped all support for the nios2 architecture now (their current FPGA products based on risc-v). At this point it looks very much like the upcoming GCC 14 release will be the last that includes support for this target. -Sandra