Re: [PATCH] i386/tcg: generate an illegal op when translating AVX instructions

2022-01-06 Thread Richard Henderson
On 1/6/22 2:35 AM, Stevie Lavern wrote: The AVX instruction set is not supported by Qemu. However, some AVX instructions are properly decoded and emulated as their legacy SSE version. This patch prevent this by generating an illegal_op instead of a bogus SSE instruction. Signed-off-by: Stevie La

[PATCH] i386/tcg: generate an illegal op when translating AVX instructions

2022-01-06 Thread Stevie Lavern
The AVX instruction set is not supported by Qemu. However, some AVX instructions are properly decoded and emulated as their legacy SSE version. This patch prevent this by generating an illegal_op instead of a bogus SSE instruction. Signed-off-by: Stevie Lavern --- target/i386/tcg/translate.c | 5