qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Richard Henderson <richard.henderson@linaro.org>
Cc: peter.maydell@linaro.org, philmd@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v12 00/12] Add RX archtecture support
Date: Thu, 16 May 2019 13:13:06 +0900	[thread overview]
Message-ID: <87mujnhwa5.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <ffcd9051-9c72-30ed-f53e-8d0351a76250@linaro.org>

On Thu, 16 May 2019 01:48:29 +0900,
Richard Henderson wrote:
> 
> On 5/13/19 11:14 PM, Yoshinori Sato wrote:
> > This patch series is added Renesas RX target emulation.
> > 
> > I fixed the ROM address because v11 was incorrect.
> > 
> > My git repository is bellow.
> > git://git.pf.osdn.net/gitroot/y/ys/ysato/qemu.git tags/rx-20190514
> > 
> > Testing binaries bellow.
> > u-boot
> > Download - https://osdn.net/users/ysato/pf/qemu/dl/u-boot.bin.gz
> > 
> > starting
> > $ gzip -d u-boot.bin.gz
> > $ qemu-system-rx -bios u-boot.bin
> > 
> > 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 (DeviceTree)
> > 
> > starting
> > $ qemu-system-rx -kernel zImage -dtb rx-qemu.dtb -append "earlycon"
> > 
> > Changes for v11.
> > - Fix ROM address.
> 
> I think this is ready to be committed, but it is difficult to tell because you
> have not retained the Reviewed-by: tags that have been given to previous versions.
> 
> Looking at
> 
> https://patchwork.ozlabs.org/project/qemu-devel/list/?series=&submitter=7114&state=&q=&archive=&delegate=
> 
> 	Review	Tested
> 
> >From v10:
> 13/13	-	-
> 12/13	1	-
> 11/13	-	-
> 10/13	2	1
> 09/13	1	1
> 08/13	-	1
> 07/13	-	-
> 06/13	-	1
> 05/13	1	-
> 04/13	1	1
> 03/13	1	-
> 02/13	1	-
> 01/13	1	1
> 
> >From v8:
> 08/12	1	-
> 07/12	1	-
> 06/12	1	-
> 
> In summary, only the last patch is unreviewed, and it appears that you've fixed
> the issue I pointed out in v11.  I have now sent reviews for those.
> 
> In future, please retain the tags as you go through the development process.
> 
> Rather than having you send out a v13 with only changes to the tags, I will
> apply them myself while preparing an initial pull request for this.
> 
> Thanks for your patience.
>

OK.
I prepare v13 which added Reviewed-by.

Thanks.

> 
> r~
> 

-- 
Yosinori Sato


  reply	other threads:[~2019-05-16  4:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-14  6:14 [Qemu-devel] [PATCH v12 00/12] Add RX archtecture support Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 01/12] target/rx: TCG translation Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 02/12] target/rx: TCG helper Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 03/12] target/rx: CPU definition Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 04/12] target/rx: RX disassembler Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 05/12] hw/intc: RX62N interrupt controller (ICUa) Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 06/12] hw/timer: RX62N internal timer modules Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 07/12] hw/char: RX62N serial communication interface (SCI) Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 08/12] hw/rx: RX Target hardware definition Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 09/12] Add rx-softmmu Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 10/12] hw/registerfields.h: Add 8bit and 16bit register macros Yoshinori Sato
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 11/12] qemu/bitops.h: Add extract8 and extract16 Yoshinori Sato
2019-05-15 16:22   ` Richard Henderson
2019-05-14  6:14 ` [Qemu-devel] [PATCH v12 12/12] MAINTAINERS: Add RX Yoshinori Sato
2019-05-15 16:23   ` Richard Henderson
2019-05-15 16:48 ` [Qemu-devel] [PATCH v12 00/12] Add RX archtecture support Richard Henderson
2019-05-16  4:13   ` Yoshinori Sato [this message]
2019-05-16 10:44     ` Philippe Mathieu-Daudé
2019-05-16 13:42       ` Yoshinori Sato

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mujnhwa5.wl-ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).