Kernel KVM virtualization development
 help / color / mirror / Atom feed
* [PATCH 0/2] Inline vmcs_readl()
@ 2011-05-15 14:13 Avi Kivity
  2011-05-15 14:13 ` [PATCH 1/2] KVM: VMX: Move VMREAD cleanup to exception handler Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Avi Kivity @ 2011-05-15 14:13 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

The following two patches optimize vmcs_readl() to a single VMREAD instruction,
instead of a call to a 7-instruction function.

Avi Kivity (2):
  KVM: VMX: Move VMREAD cleanup to exception handler
  KVM: VMX: always_inline VMREADs

 arch/x86/include/asm/kvm_host.h |    6 +++++-
 arch/x86/kvm/vmx.c              |   16 +++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

-- 
1.7.4.3


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

end of thread, other threads:[~2011-05-18 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-15 14:13 [PATCH 0/2] Inline vmcs_readl() Avi Kivity
2011-05-15 14:13 ` [PATCH 1/2] KVM: VMX: Move VMREAD cleanup to exception handler Avi Kivity
2011-05-15 14:13 ` [PATCH 2/2] KVM: VMX: always_inline VMREADs Avi Kivity
2011-05-18 13:02 ` [PATCH 0/2] Inline vmcs_readl() Marcelo Tosatti

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