Re: [PATCH-for-6.2 v3 0/7] target/mips: Convert NEC Vr54xx to decodetree

2021-08-15 Thread Philippe Mathieu-Daudé
On 8/8/21 7:30 PM, Philippe Mathieu-Daudé wrote: > Missing review: #1 > > Trivial conversion, few more lines moved out of the huge translate.c. > > Since v2: > - Move TRANS() to translate.h (rth) > > Since v1: > - Use TRANS() macro from ppc/translate.c, per rth's comment: > https://www.mail-ar

[PATCH-for-6.2 v3 0/7] target/mips: Convert NEC Vr54xx to decodetree

2021-08-08 Thread Philippe Mathieu-Daudé
Missing review: #1 Trivial conversion, few more lines moved out of the huge translate.c. Since v2: - Move TRANS() to translate.h (rth) Since v1: - Use TRANS() macro from ppc/translate.c, per rth's comment: https://www.mail-archive.com/qemu-devel@nongnu.org/msg827660.html Philippe Mathieu-Daud