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

2013-03-30 Thread Richard Henderson
On 03/29/2013 07:16 PM, Aurelien Jarno wrote: > 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

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

2013-03-30 Thread Edgar E. Iglesias
On Sat, Mar 30, 2013 at 03:16:29AM +0100, Aurelien Jarno wrote: > 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 v

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

2013-03-29 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