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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html