commit | 5e2f30b756a37bd80c5b0471d0e10d769ab2eb9a | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Thu Aug 03 18:11:04 2017 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 07 15:27:00 2017 +0200 |
tree | 2283daed975421413d7afc6daf25de90759c8751 | |
parent | 90a2db6d86878f6cf34935092e4320ec71971c80 [diff] |
KVM: nVMX: get rid of nested_get_page() nested_get_page() just sounds confusing. All we want is a page from G1. This is even unrelated to nested. Let's introduce kvm_vcpu_gpa_to_page() so we don't get too lengthy lines. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> [Squash pasto fix from Wanpeng Li. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>