Re: [PATCH v2 02/24] target/mips/translate: Expose check_mips_64() to 32-bit mode

2021-01-06 Thread Jiaxun Yang
在 2021/1/7 上午2:37, Philippe Mathieu-Daudé 写道: On Wed, Jan 6, 2021 at 7:20 PM Philippe Mathieu-Daudé wrote: Hi, ping for code review? :) FWIW the full series (rebased on mips-next) is available here: https://gitlab.com/philmd/qemu/-/commits/mips_msa_decodetree Reviewed-by: Jiaxun Yang - Ji

Re: [PATCH v2 02/24] target/mips/translate: Expose check_mips_64() to 32-bit mode

2021-01-06 Thread Philippe Mathieu-Daudé
On Wed, Jan 6, 2021 at 7:20 PM Philippe Mathieu-Daudé wrote: > > Hi, > > ping for code review? :) FWIW the full series (rebased on mips-next) is available here: https://gitlab.com/philmd/qemu/-/commits/mips_msa_decodetree > > Due to the "Simplify ISA definitions" > https://www.mail-archive.com/q

Re: [PATCH v2 02/24] target/mips/translate: Expose check_mips_64() to 32-bit mode

2021-01-06 Thread Philippe Mathieu-Daudé
Hi, ping for code review? :) Due to the "Simplify ISA definitions" https://www.mail-archive.com/qemu-devel@nongnu.org/msg770056.html patch #3 is not necessary. This is the last patch unreviewed. On 12/15/20 11:57 PM, Philippe Mathieu-Daudé wrote: > To allow compiling 64-bit specific translation

[PATCH v2 02/24] target/mips/translate: Expose check_mips_64() to 32-bit mode

2020-12-15 Thread Philippe Mathieu-Daudé
To allow compiling 64-bit specific translation code more generically (and removing #ifdef'ry), allow compiling check_mips_64() on 32-bit targets. If ever called on 32-bit, we obviously emit a reserved instruction exception. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.h | 2 --