]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
authorKarimAllah Ahmed <karahmed@amazon.de>
Thu, 31 Jan 2019 20:24:41 +0000 (21:24 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Apr 2019 19:49:37 +0000 (21:49 +0200)
commit8892530598dd6333c2ca6316e486708824d587ea
treefac5d878e72ef00b02ce0f9605caffc5418bf8a8
parent8c5fbf1a723107814c20c3f4d6343ab9d694a705
KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS

Use kvm_vcpu_map for accessing the shadow VMCS since using
kvm_vcpu_gpa_to_page() and kmap() will only work for guest memory that has
a "struct page".

Signed-off-by: KarimAllah Ahmed <karahmed@amazon.de>
Reviewed-by: Konrad Rzessutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c