]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Rename EPTP validity helper and associated variables
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 3 Mar 2020 02:02:38 +0000 (18:02 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 16:57:45 +0000 (17:57 +0100)
commit2a4e48b0d4bf2eab9b092e2fe0a6a8c60e6b763b
treeb7fc9206f3b18d74727c18c21d19c270e43cf045
parent4e32fece9cf2e1c657a38efb6e364d2f28997ae7
KVM: nVMX: Rename EPTP validity helper and associated variables

Rename valid_ept_address() to nested_vmx_check_eptp() to follow the nVMX
nomenclature and to reflect that the function now checks a lot more than
just the address contained in the EPTP.  Rename address to new_eptp in
associated code.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c