OSDN Git Service

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)
commitb1346ab2afbe64e7fb4ebc45efe5dd69367c9308
tree9370bf9b56fb6d2626f81928b1ced585af652948
parent7952d769c29caac4fb51c1f0f0c12434c805b127
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