Re: [Qemu-devel] [PATCH v3 0/3] tcg/mips: host detection

2013-08-29 Thread Richard Henderson
On 08/29/2013 01:51 PM, Aurelien Jarno wrote: > Aurelien Jarno (3): > tcg/mips: detect available host instructions at runtime > tcg/mips: inline bswap16/bswap32 ops > tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v3 0/3] tcg/mips: host detection

2013-08-29 Thread Aurelien Jarno
This patch series improve the MIPS TCG backend by detecting the available instructions at runtime, and by enabling the corresponding ops. v1 -> v2: - Detect MIPS32 detection by using MUL instead of MULT v2 -> v3 - Only try to detect for MIPS32R2 instructions if MIPS32 instructions have been