Re: [Qemu-devel] [PATCH v15 00/12] Add RX archtecture support

2019-05-23 Thread Yoshinori Sato
On Wed, 22 May 2019 23:50:41 +0900, Philippe Mathieu-Daudé wrote: > > Hi Yoshinori, > > On 5/22/19 4:29 PM, Yoshinori Sato wrote: > > Hello. > > This patch series is added Renesas RX target emulation. > > > > Fix is bellow. > > - Reorder patches. > > - Rewrite renesas_cmt. > > Convert to RCMTC

Re: [Qemu-devel] [PATCH v15 00/12] Add RX archtecture support

2019-05-22 Thread no-reply
v15 00/12] Add RX archtecture support === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

Re: [Qemu-devel] [PATCH v15 00/12] Add RX archtecture support

2019-05-22 Thread Philippe Mathieu-Daudé
Hi Yoshinori, On 5/22/19 4:29 PM, Yoshinori Sato wrote: > Hello. > This patch series is added Renesas RX target emulation. > > Fix is bellow. > - Reorder patches. > - Rewrite renesas_cmt. > Convert to RCMTChannelStatus > - Use CPUClass::tlb_fill > - Use tcg_gen_abs_i32 > - Fix racw instructions

[Qemu-devel] [PATCH v15 00/12] Add RX archtecture support

2019-05-22 Thread Yoshinori Sato
Hello. This patch series is added Renesas RX target emulation. Fix is bellow. - Reorder patches. - Rewrite renesas_cmt. Convert to RCMTChannelStatus - Use CPUClass::tlb_fill - Use tcg_gen_abs_i32 - Fix racw instructions. - Cleanup for review comment. target/rx/helper.c - fix spelling. hw/int