]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: vmx: Use the hardware provided GPA instead of page walk
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 Dec 2016 14:31:41 +0000 (15:31 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Feb 2017 13:54:32 +0000 (14:54 +0100)
commit4f654b9bd103f4174757769d774e33355e460082
tree222039abc021f58c114ba5370e49101ae45ac847
parent7cdc87ccd9e1e5a375ec8f387b135ff832a9749e
kvm: vmx: Use the hardware provided GPA instead of page walk

As in the SVM patch, the guest physical address is passed by
VMX to x86_emulate_instruction already, so mark the GPA as available
in vcpu->arch.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c