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 E36DEC369A1 for ; Wed, 25 Sep 2024 07:14:36 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1stMDv-0005aU-FF; Wed, 25 Sep 2024 03:14:07 -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 1stMDs-0005Oe-J8; Wed, 25 Sep 2024 03:14:04 -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 1stMDq-0006DI-OS; Wed, 25 Sep 2024 03:14:04 -0400 Received: from SIOS1075.ysato.ml (al128006.dynamic.ppp.asahi-net.or.jp [111.234.128.6]) by sakura.ysato.name (Postfix) with ESMTPSA id 5D9421C01A0; Wed, 25 Sep 2024 16:13:59 +0900 (JST) Date: Wed, 25 Sep 2024 16:13:59 +0900 Message-ID: <878qvgjjd4.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Thomas Huth Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Subject: Re: [PATCH] configs: Fix typo in the sh4-softmmu devices config file In-Reply-To: <20240920161045.84622-1-thuth@redhat.com> References: <20240920161045.84622-1-thuth@redhat.com> 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=US-ASCII 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.398, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 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 Sat, 21 Sep 2024 01:10:45 +0900, Thomas Huth wrote: > > This is the config file for the little endian target, so there > should not be a "eb" in here. > > Signed-off-by: Thomas Huth > --- > configs/devices/sh4-softmmu/default.mak | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/devices/sh4-softmmu/default.mak b/configs/devices/sh4-softmmu/default.mak > index aa821e4b60..efb401bfb1 100644 > --- a/configs/devices/sh4-softmmu/default.mak > +++ b/configs/devices/sh4-softmmu/default.mak > @@ -1,4 +1,4 @@ > -# Default configuration for sh4eb-softmmu > +# Default configuration for sh4-softmmu > > # Uncomment the following lines to disable these optional devices: > # > -- > 2.46.0 > Reviewed-by: Yoshinori Sato -- Yosinori Sato