qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH 0/3] target-i386: add PCLMULQDQ and AES-NI instructions
Date: Thu, 28 Mar 2013 01:00:08 +0100

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.

Aurelien Jarno (3):
  target-i386: add pclmulqdq instruction
  target-i386: enable PCLMULQDQ on Westmere CPU
  target-i386: add AES-NI instructions

 target-i386/cpu.c            |   19 ++--
 target-i386/ops_sse.h        |  212 ++++++++++++++++++++++++++++++++++++++++++
 target-i386/ops_sse_header.h |   11 +++
 target-i386/translate.c      |   10 ++
 4 files changed, 242 insertions(+), 10 deletions(-)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]