public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Optimize atomic efer loading
@ 2010-12-21 10:54 Avi Kivity
  2010-12-21 10:54 ` [PATCH 1/2] KVM: VMX: Add definitions for more vm entry/exit control bits Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Avi Kivity @ 2010-12-21 10:54 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

In some cases we resort to loading EFER via the atomic msr load on entry/exit
facility.  This is incredibly slow.  Use the faster entry/exit LOAD_IA32_EFER
controls instead, when available.

Avi Kivity (2):
  KVM: VMX: Add definitions for more vm entry/exit control bits
  KVM: VMX: Optimize atomic EFER load

 arch/x86/include/asm/vmx.h |    8 ++++++++
 arch/x86/kvm/vmx.c         |   30 ++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)


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

end of thread, other threads:[~2010-12-23 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21 10:54 [PATCH 0/2] Optimize atomic efer loading Avi Kivity
2010-12-21 10:54 ` [PATCH 1/2] KVM: VMX: Add definitions for more vm entry/exit control bits Avi Kivity
2010-12-21 10:54 ` [PATCH 2/2] KVM: VMX: Optimize atomic EFER load Avi Kivity
2010-12-23 13:33 ` [PATCH 0/2] Optimize atomic efer loading Marcelo Tosatti

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