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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32167C35671 for ; Mon, 24 Feb 2020 13:57:06 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 01F1F20836 for ; Mon, 24 Feb 2020 13:57:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 01F1F20836 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=users.sourceforge.jp Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:36734 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6EEL-0005Vh-5S for qemu-devel@archiver.kernel.org; Mon, 24 Feb 2020 08:57:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45151) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6EDW-0004av-1d for qemu-devel@nongnu.org; Mon, 24 Feb 2020 08:56:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6EDU-0001tw-1l for qemu-devel@nongnu.org; Mon, 24 Feb 2020 08:56:13 -0500 Received: from mail02.asahi-net.or.jp ([202.224.55.14]:54063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j6EDT-0001tK-Q4 for qemu-devel@nongnu.org; Mon, 24 Feb 2020 08:56:12 -0500 Received: from h61-195-96-97.vps.ablenet.jp (h61-195-96-97.ablenetvps.ne.jp [61.195.96.97]) (Authenticated sender: PQ4Y-STU) by mail02.asahi-net.or.jp (Postfix) with ESMTPA id 98178E47A3; Mon, 24 Feb 2020 22:56:07 +0900 (JST) Received: from yo-satoh-debian.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by h61-195-96-97.vps.ablenet.jp (Postfix) with ESMTPSA id 7B22424008E; Mon, 24 Feb 2020 22:56:06 +0900 (JST) Date: Mon, 24 Feb 2020 22:56:03 +0900 Message-ID: <87r1yk9jik.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH v31 23/23] fix warning. In-Reply-To: References: <20200223132750.69480-1-ysato@users.sourceforge.jp> <20200223132750.69480-24-ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (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 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 202.224.55.14 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: richard.henderson@linaro.org, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Mon, 24 Feb 2020 17:51:30 +0900, Philippe Mathieu-Daud=E9 wrote: >=20 > On 2/23/20 2:27 PM, Yoshinori Sato wrote: > > Signed-off-by: Yoshinori Sato > > --- > > hw/rx/rx-virt.c | 6 ++++-- > > 1 file changed, 4 insertions(+), 2 deletions(-) > >=20 > > diff --git a/hw/rx/rx-virt.c b/hw/rx/rx-virt.c > > index 6cf7936201..4ee6647728 100644 > > --- a/hw/rx/rx-virt.c > > +++ b/hw/rx/rx-virt.c > > @@ -90,8 +90,10 @@ static void rxvirt_init(MachineState *machine) > > /* Load kernel and dtb */ > > if (kernel_filename) { > > - /* The kernel image is loaded into > > - the latter half of the SDRAM space. */ > > + /* > > + The kernel image is loaded into > > + the latter half of the SDRAM space. > > + */ > > kernel_offset =3D machine->ram_size / 2; > > rx_load_image(RXCPU(first_cpu), kernel_filename, > > SDRAM_BASE + kernel_offset, kernel_offset); > >=20 >=20 > Hopefully the maintainer taking this can squash this fix to patch #17 > "hw/rx: RX Target hardware definition". >=20 Oh, Sorry. I'll sent v23. --=20 Yosinori Sato