public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for FFXSR
@ 2009-01-28  9:22 Alexander Graf
  2009-01-28  9:22 ` [PATCH 1/2] Add EFER descriptions " Alexander Graf
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Graf @ 2009-01-28  9:22 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.

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

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


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28  9:22 [PATCH 0/2] Add support for FFXSR Alexander Graf
2009-01-28  9:22 ` [PATCH 1/2] Add EFER descriptions " Alexander Graf
2009-01-28  9:22   ` [PATCH 2/2] Add FFXSR support to KVM Alexander Graf
2009-02-02 14:14     ` Avi Kivity

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