From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:33419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEwD7-0005n8-C6 for qemu-devel@nongnu.org; Fri, 12 Apr 2019 09:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEwD5-0004NB-FE for qemu-devel@nongnu.org; Fri, 12 Apr 2019 09:27:17 -0400 Received: from mail03.asahi-net.or.jp ([202.224.55.15]:58652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEwD3-0004K9-6M for qemu-devel@nongnu.org; Fri, 12 Apr 2019 09:27:13 -0400 Date: Fri, 12 Apr 2019 22:27:04 +0900 Message-ID: <87imvjpd5j.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato In-Reply-To: <655a45ed-cd6b-b8d8-72fa-d4ebca3dcd1a@redhat.com> References: <20190325090047.122981-1-ysato@users.sourceforge.jp> <20190401140318.80498-1-ysato@users.sourceforge.jp> <655a45ed-cd6b-b8d8-72fa-d4ebca3dcd1a@redhat.com> 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 Subject: Re: [Qemu-devel] [PATCH RFC v6 00/12] Add RX archtecture support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, richard.henderson@linaro.org On Thu, 11 Apr 2019 19:15:59 +0900, Philippe Mathieu-Daud=E9 wrote: >=20 > Hi Yoshinori, >=20 > On 4/1/19 4:03 PM, Yoshinori Sato wrote: > > Hello. > > This patch series is added Renesas RX target emulation. > >=20 > > Update review comments. > >=20 > > My git repository is bellow. > > git://git.pf.osdn.net/gitroot/y/ys/ysato/qemu.git > >=20 > > Testing binaries bellow. > > u-boot > > Download - https://osdn.net/users/ysato/pf/qemu/dl/u-boot.bin.gz > >=20 > > starting > > $ gzip -d u-boot.bin.gz > > $ qemu-system-rx -bios u-boot.bin > >=20 > > linux and pico-root (only sash) > > Download - https://osdn.net/users/ysato/pf/qemu/dl/zImage (kernel) > > https://osdn.net/users/ysato/pf/qemu/dl/rx-qemu.dtb (DeviceT= ree) > >=20 > > starting > > $ qemu-system-rx -kernel zImage -dtb rx-qemu.dtb -append "earlycon" > >=20 > > Changes v5. > > Fix undocumented instruction behavior. > > (PUSHM/POPM/RTSD/MVFC/MVTC) > > More useful messages for invalid operands. > [...] > Please don't post your series iterations are as reply to previous > series, it makes harder to find them. >=20 > FYI I use Thunderbird as email client, with mails grouped by thread. > Since you sent v4 as reply to v3, and similar v5 -> v4 and this v6 -> > v5, my client kept all subsequent activity folded under the "v3" cover. > Then I missed to review it. Oh. sorry. Make a new thread when sending next time. > Regards, >=20 > Phil. >=20 --=20 Yosinori Sato 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=-5.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 DA745C10F0E for ; Fri, 12 Apr 2019 13:28:11 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AA6E32084D for ; Fri, 12 Apr 2019 13:28:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AA6E32084D 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 ([127.0.0.1]:37389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEwDz-0006Ho-0X for qemu-devel@archiver.kernel.org; Fri, 12 Apr 2019 09:28:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEwD7-0005n8-C6 for qemu-devel@nongnu.org; Fri, 12 Apr 2019 09:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEwD5-0004NB-FE for qemu-devel@nongnu.org; Fri, 12 Apr 2019 09:27:17 -0400 Received: from mail03.asahi-net.or.jp ([202.224.55.15]:58652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEwD3-0004K9-6M for qemu-devel@nongnu.org; Fri, 12 Apr 2019 09:27:13 -0400 Received: from h61-195-96-97.vps.ablenet.jp (h61-195-96-97.vps.ablenet.jp [61.195.96.97]) (Authenticated sender: PQ4Y-STU) by mail03.asahi-net.or.jp (Postfix) with ESMTPA id B101A3D204; Fri, 12 Apr 2019 22:27:08 +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 C2E8D240089; Fri, 12 Apr 2019 22:27:07 +0900 (JST) Date: Fri, 12 Apr 2019 22:27:04 +0900 Message-ID: <87imvjpd5j.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= In-Reply-To: <655a45ed-cd6b-b8d8-72fa-d4ebca3dcd1a@redhat.com> References: <20190325090047.122981-1-ysato@users.sourceforge.jp> <20190401140318.80498-1-ysato@users.sourceforge.jp> <655a45ed-cd6b-b8d8-72fa-d4ebca3dcd1a@redhat.com> 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/25.1 (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="UTF-8" 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.15 Subject: Re: [Qemu-devel] [PATCH RFC v6 00/12] Add RX archtecture support X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, richard.henderson@linaro.org, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Message-ID: <20190412132704.Dqdi2nI_YhkfZJ5EVIfjZzLhvJYl3xPYAC6zWHL1yHw@z> On Thu, 11 Apr 2019 19:15:59 +0900, Philippe Mathieu-Daud=E9 wrote: >=20 > Hi Yoshinori, >=20 > On 4/1/19 4:03 PM, Yoshinori Sato wrote: > > Hello. > > This patch series is added Renesas RX target emulation. > >=20 > > Update review comments. > >=20 > > My git repository is bellow. > > git://git.pf.osdn.net/gitroot/y/ys/ysato/qemu.git > >=20 > > Testing binaries bellow. > > u-boot > > Download - https://osdn.net/users/ysato/pf/qemu/dl/u-boot.bin.gz > >=20 > > starting > > $ gzip -d u-boot.bin.gz > > $ qemu-system-rx -bios u-boot.bin > >=20 > > linux and pico-root (only sash) > > Download - https://osdn.net/users/ysato/pf/qemu/dl/zImage (kernel) > > https://osdn.net/users/ysato/pf/qemu/dl/rx-qemu.dtb (DeviceT= ree) > >=20 > > starting > > $ qemu-system-rx -kernel zImage -dtb rx-qemu.dtb -append "earlycon" > >=20 > > Changes v5. > > Fix undocumented instruction behavior. > > (PUSHM/POPM/RTSD/MVFC/MVTC) > > More useful messages for invalid operands. > [...] > Please don't post your series iterations are as reply to previous > series, it makes harder to find them. >=20 > FYI I use Thunderbird as email client, with mails grouped by thread. > Since you sent v4 as reply to v3, and similar v5 -> v4 and this v6 -> > v5, my client kept all subsequent activity folded under the "v3" cover. > Then I missed to review it. Oh. sorry. Make a new thread when sending next time. > Regards, >=20 > Phil. >=20 --=20 Yosinori Sato