qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target-i386: add PCLMULQDQ and AES-NI instructions
@ 2013-03-28  0:00 Aurelien Jarno
  2013-03-28  0:00 ` [Qemu-devel] [PATCH 1/3] target-i386: add pclmulqdq instruction Aurelien Jarno
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Aurelien Jarno @ 2013-03-28  0:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: 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.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-28 15:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28  0:00 [Qemu-devel] [PATCH 0/3] target-i386: add PCLMULQDQ and AES-NI instructions Aurelien Jarno
2013-03-28  0:00 ` [Qemu-devel] [PATCH 1/3] target-i386: add pclmulqdq instruction Aurelien Jarno
2013-03-28 15:45   ` Richard Henderson
2013-03-28  0:00 ` [Qemu-devel] [PATCH 2/3] target-i386: enable PCLMULQDQ on Westmere CPU Aurelien Jarno
2013-03-28 15:47   ` Richard Henderson
2013-03-28  0:00 ` [Qemu-devel] [PATCH 3/3] target-i386: add AES-NI instructions Aurelien Jarno
2013-03-28 15:49   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).