public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for FFXSR v2
@ 2009-02-02 15:23 Alexander Graf
  2009-02-02 15:23 ` [PATCH 1/2] Add EFER descriptions for FFXSR Alexander Graf
  2009-02-04 13:50 ` [PATCH 0/2] Add support for FFXSR v2 Avi Kivity
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Graf @ 2009-02-02 15:23 UTC (permalink / raw)
  To: kvm; +Cc: avi

AMD k10 includes support for the FFXSR feature, which leaves out
XMM registers on FXSAVE/FXSAVE when the EFER_FFXSR bit is set in
EFER.

This patchset enables support for the FFXSR feature in KVM, allowing
the VM to set the bit in EFER when the physical CPU and the guest's
CPUID allow it.

v2 adds CPUID capability exposure

Alexander Graf (2):
  Add EFER descriptions for FFXSR
  Add FFXSR support to KVM v2

 arch/x86/include/asm/msr-index.h |    2 ++
 arch/x86/kvm/svm.c               |    3 +++
 arch/x86/kvm/x86.c               |   12 ++++++++++++
 3 files changed, 17 insertions(+), 0 deletions(-)


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

end of thread, other threads:[~2009-02-04 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-02 15:23 [PATCH 0/2] Add support for FFXSR v2 Alexander Graf
2009-02-02 15:23 ` [PATCH 1/2] Add EFER descriptions for FFXSR Alexander Graf
2009-02-02 15:23   ` [PATCH 2/2] Add FFXSR support to KVM v2 Alexander Graf
2009-02-04 13:50 ` [PATCH 0/2] Add support for FFXSR v2 Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox