commit | 6de12732c42c7070af42e3d6e42ecee2838fc920 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Mar 07 12:51:22 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:56:54 2011 -0400 |
tree | 54de4d4a9407d071229daf42ad37042affbc61d6 | |
parent | f6e78475894d6534d7d62714a95e2265f53d2a92 [diff] [blame] |
KVM: VMX: Optimize vmx_get_rflags() If called several times within the same exit, return cached results. Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index c8af099..5af4264 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h
@@ -118,6 +118,7 @@ enum kvm_reg_ex { VCPU_EXREG_PDPTR = NR_VCPU_REGS, VCPU_EXREG_CR3, + VCPU_EXREG_RFLAGS, }; enum {