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
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
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
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