All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] TCG support for XSAVE and PKE
@ 2016-02-09 17:13 Paolo Bonzini
  2016-02-09 17:13 ` [Qemu-devel] [PATCH 1/5] target-i386: Split fxsave/fxrstor implementation Paolo Bonzini
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Paolo Bonzini @ 2016-02-09 17:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: rth

The bulk of these patches were posted by Richard several months ago; I
have only refreshed them and made them pass kvm-unit-tests.  They also
pass a quick Fedora 21 boot-test.

Patch 5 also passes the PKU kvm-unit-test.

Paolo

Paolo Bonzini (1):
  target-i386: implement PKE for TCG

Richard Henderson (4):
  target-i386: Split fxsave/fxrstor implementation
  target-i386: Rearrange processing of 0F 01
  target-i386: Add XSAVE extension
  target-i386: Implement XSAVEOPT

 target-i386/cpu.c         |  44 ++--
 target-i386/cpu.h         |  10 +-
 target-i386/fpu_helper.c  | 331 +++++++++++++++++++++------
 target-i386/helper.c      |  61 ++++-
 target-i386/helper.h      |  11 +-
 target-i386/kvm.c         |  16 +-
 target-i386/misc_helper.c |  32 +++
 target-i386/translate.c   | 569 +++++++++++++++++++++++++++-------------------
 8 files changed, 750 insertions(+), 324 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-02-17 10:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09 17:13 [Qemu-devel] [PATCH 0/5] TCG support for XSAVE and PKE Paolo Bonzini
2016-02-09 17:13 ` [Qemu-devel] [PATCH 1/5] target-i386: Split fxsave/fxrstor implementation Paolo Bonzini
2016-02-09 17:13 ` [Qemu-devel] [PATCH 2/5] target-i386: Rearrange processing of 0F 01 Paolo Bonzini
2016-02-09 17:13 ` [Qemu-devel] [PATCH 3/5] target-i386: Add XSAVE extension Paolo Bonzini
2016-02-09 17:13 ` [Qemu-devel] [PATCH 4/5] target-i386: Implement XSAVEOPT Paolo Bonzini
2016-02-09 17:13 ` [Qemu-devel] [PATCH 5/5] target-i386: implement PKE for TCG Paolo Bonzini
2016-02-09 18:13   ` Richard Henderson
2016-02-17 10:33     ` Paolo Bonzini
2016-02-09 17:43 ` [Qemu-devel] [PATCH 0/5] TCG support for XSAVE and PKE Richard Henderson
2016-02-09 18:14   ` Paolo Bonzini
2016-02-09 18:25     ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.