Re: [Qemu-devel] [PATCH v4 0/7] target-i386: add PCLMULQDQ and AES-NI instructions

2013-03-31 Thread Richard Henderson
On 2013-03-31 04:02, Aurelien Jarno wrote: Changes v3 -> v4: - Update dissassembler code to support these instructions. Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v4 0/7] target-i386: add PCLMULQDQ and AES-NI instructions

2013-03-31 Thread Aurelien Jarno
This patch series adds the PCLMULQDQ and AES-NI instructions to the x86 emulation. Along with the SSE4.1 and SSE4.2 series, this brings the instructions emulation to the level of a Westmere CPU. It has been tested with the valgrind testsuite and with the kernel autotest. Changes v1 -> v2: - Patch