On Thu, 11 Apr 2019 19:15:59 +0900, Philippe Mathieu-Daudé wrote: > > Hi Yoshinori, > > On 4/1/19 4:03 PM, Yoshinori Sato wrote: > > Hello. > > This patch series is added Renesas RX target emulation. > > > > Update review comments. > > > > My git repository is bellow. > > git://git.pf.osdn.net/gitroot/y/ys/ysato/qemu.git > > > > 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 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. > > 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, > > Phil. > -- Yosinori Sato