KVM: x86/mmu: Rename max_page_level to max_huge_page_level
authorSean Christopherson <sean.j.christopherson@intel.com>
Thu, 16 Jul 2020 03:41:21 +0000 (20:41 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 Jul 2020 22:17:58 +0000 (18:17 -0400)
commit1d92d2e8e70697e92bdc1f5ff5c80216fbcd1774
tree0fb6bab9566738d9188083713e20896f31f43bdc
parentd468d94b7bafa7a2dd9bc72e5f7868469be3f7c4
KVM: x86/mmu: Rename max_page_level to max_huge_page_level

Rename max_page_level to explicitly call out that it tracks the max huge
page level so as to avoid confusion when a future patch moves the max
TDP level, i.e. max root level, into the MMU and kvm_configure_mmu().

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200716034122.5998-9-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c