kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Convert KVM to use FPU API
@ 2010-05-14  3:16 Sheng Yang
  2010-05-14  3:16 ` [PATCH 1/3] x86: Split fpu_save_init() to fpu_save() and fpu_clear() Sheng Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sheng Yang @ 2010-05-14  3:16 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti
  Cc: Ingo Molnar, H. Peter Anvin, kvm, linux-kernel, Sheng Yang

This patchset based on Avi's FPU API patchset.

Sheng Yang (3):
  x86: Split fpu_save_init() to fpu_save() and fpu_clear()
  x86: Export FPU API for KVM use
  KVM: x86: Use FPU API

 arch/x86/include/asm/i387.h     |   73 ++++++++++++++++++++++++---------------
 arch/x86/include/asm/kvm_host.h |   18 +---------
 arch/x86/include/asm/xsave.h    |    3 ++
 arch/x86/kernel/i387.c          |    3 +-
 arch/x86/kernel/process.c       |    1 +
 arch/x86/kvm/x86.c              |   73 ++++++++++++---------------------------
 6 files changed, 74 insertions(+), 97 deletions(-)


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

end of thread, other threads:[~2010-05-17  8:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14  3:16 [PATCH 0/3] Convert KVM to use FPU API Sheng Yang
2010-05-14  3:16 ` [PATCH 1/3] x86: Split fpu_save_init() to fpu_save() and fpu_clear() Sheng Yang
2010-05-14  3:16 ` [PATCH 2/3] x86: Export FPU API for KVM use Sheng Yang
2010-05-14  3:16 ` [PATCH 3/3] KVM: x86: Use FPU API Sheng Yang
2010-05-15  8:06   ` Avi Kivity
2010-05-17  8:09     ` Sheng Yang
2010-05-17  8:18       ` Avi Kivity
2010-05-17  8:22         ` Sheng Yang

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