Message ID | 20190514061458.125225-1-ysato@users.sourceforge.jp |
---|---|
Headers | show |
Series | Add RX archtecture support | expand |
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. r~
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~ >
Hi Yoshinori, On 5/16/19 6:13 AM, Yoshinori Sato wrote: > On Thu, 16 May 2019 01:48:29 +0900, > Richard Henderson wrote: [...]>> 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. No need for a v13! Richard already did the work for you :)
On Thu, 16 May 2019 19:44:52 +0900, Philippe Mathieu-Daudé wrote: > > Hi Yoshinori, > > On 5/16/19 6:13 AM, Yoshinori Sato wrote: > > On Thu, 16 May 2019 01:48:29 +0900, > > Richard Henderson wrote: > [...]>> 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. > > No need for a v13! Richard already did the work for you :) Oh. Sorry. I misunderstood it.