kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][v2 0/3] Convert KVM to use FPU API
@ 2010-05-17  9:08 Sheng Yang
  2010-05-17  9:08 ` [PATCH][v2 1/3] x86: Export FPU API for KVM use Sheng Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Sheng Yang @ 2010-05-17  9:08 UTC (permalink / raw)
  To: Avi Kivity
  Cc: Marcelo Tosatti, H. Peter Anvin, Ingo Molnar, kvm, linux-kernel,
	Sheng Yang

Change from v1:
Use unlazy_fpu() to handle host FPU, avoiding save/restore of host FPU states.

Sheng Yang (3):
  x86: Export FPU API for KVM use
  KVM: x86: Use unlazy_fpu() for host FPU
  KVM: x86: Use FPU API

 arch/x86/include/asm/i387.h     |    2 +
 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              |   70 ++++++++++-----------------------------
 6 files changed, 27 insertions(+), 70 deletions(-)

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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-17  9:08 [PATCH][v2 0/3] Convert KVM to use FPU API Sheng Yang
2010-05-17  9:08 ` [PATCH][v2 1/3] x86: Export FPU API for KVM use Sheng Yang
2010-05-17  9:19   ` Avi Kivity
2010-05-17  9:19     ` Sheng Yang
2010-05-17  9:24       ` Avi Kivity
2010-05-17  9:22     ` Sheng Yang
2010-05-17  9:08 ` [PATCH][v2 2/3] KVM: x86: Use unlazy_fpu() for host FPU Sheng Yang
2010-05-17  9:08 ` [PATCH][v2 3/3] KVM: x86: Use FPU API Sheng Yang
2010-05-17  9:37   ` Avi Kivity
2010-05-17  9:37 ` [PATCH][v2 0/3] Convert KVM to use " Avi Kivity
2010-05-19 16:17   ` Avi Kivity

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