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

Changes v1 -> v2:
- Patch 3: Declare all constant tables as static

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] 6+ messages in thread

end of thread, other threads:[~2013-03-29 11:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 23:36 [Qemu-devel] [PATCH v2 0/3] target-i386: add PCLMULQDQ and AES-NI instructions Aurelien Jarno
2013-03-28 23:36 ` [Qemu-devel] [PATCH v2 1/3] target-i386: add pclmulqdq instruction Aurelien Jarno
2013-03-28 23:36 ` [Qemu-devel] [PATCH v2 2/3] target-i386: enable PCLMULQDQ on Westmere CPU Aurelien Jarno
2013-03-28 23:36 ` [Qemu-devel] [PATCH v2 3/3] target-i386: add AES-NI instructions Aurelien Jarno
2013-03-28 23:46   ` Edgar E. Iglesias
2013-03-29  6:56     ` Aurelien Jarno

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).