commit | ac6389ab2c7ad900cc5b02bf4058d2e431963ea9 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Mon Mar 02 18:02:38 2020 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 16 17:57:45 2020 +0100 |
tree | b7fc9206f3b18d74727c18c21d19c270e43cf045 | |
parent | ac69dfaacee8ec6e3fb291f15ec7735a7772eab2 [diff] |
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>