commit | 727a7e27cf88a261c5a0f14f4f9ee4d767352766 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Mar 05 03:52:50 2020 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 16 17:58:52 2020 +0100 |
tree | f6c02f239bbd7af977a8750a835545312e917330 | |
parent | 689f3bf2162895cf0b847f36584309064887c966 [diff] |
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd The set_cr3 callback is not setting the guest CR3, it is setting the root of the guest page tables, either shadow or two-dimensional. To make this clearer as well as to indicate that the MMU calls it via kvm_mmu_load_cr3, rename it to load_mmu_pgd. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>