]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rare
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Jun 2019 15:24:00 +0000 (17:24 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Jun 2019 09:46:51 +0000 (11:46 +0200)
commitb87e4a5f1b2c17ae34b72bc256c8b39ae6d31e18
tree9370bf9b56fb6d2626f81928b1ced585af652948
parentd5a4811dee655bc82ddfb568cf739fb9164e06cf
KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rare

These function do not prepare the entire state of the vmcs02, only the
rarely needed parts.  Rename them to make this clearer.

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