From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULxxs-0002pL-IW for qemu-devel@nongnu.org; Sat, 30 Mar 2013 11:45:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULxxk-00045u-RB for qemu-devel@nongnu.org; Sat, 30 Mar 2013 11:45:08 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:59408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULxxk-00045A-Kj for qemu-devel@nongnu.org; Sat, 30 Mar 2013 11:45:00 -0400 Received: by mail-pd0-f175.google.com with SMTP id t10so636700pdi.34 for ; Sat, 30 Mar 2013 08:44:59 -0700 (PDT) Sender: Richard Henderson Message-ID: <51570877.2030805@twiddle.net> Date: Sat, 30 Mar 2013 08:44:55 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1364609794-16753-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1364609794-16753-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] target-i386: add PCLMULQDQ and AES-NI instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org 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 and with the kernel > autotest. > > Changes v1 -> v2: > - Patch 3: Declare all constant tables as static > > Changes v2 -> v3: > - Use constant tables from aes.c. > - Fix AES instructions when source and destination registers are the > same. > > Aurelien Jarno (5): > target-i386: add pclmulqdq instruction > target-i386: enable PCLMULQDQ on Westmere CPU > aes: move aes.h from include/block to include/qemu > aes: make Td[0-5] and Te[0-5] tables non static > target-i386: add AES-NI instructions All now, Reviewed-by: Richard Henderson r~