OSDN Git Service

KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Nov 2020 10:15:41 +0000 (05:15 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Mar 2021 08:42:31 +0000 (04:42 -0400)
commit9e8f0fbfff1a7787658ce1add0625f59c4faf0ef
tree94af561fb14bf8480c39c19903f984d676f06a7a
parent193015adf40d0465c240d4e9a7b6e4b84b531f8b
KVM: nSVM: rename functions and variables according to vmcbXY nomenclature

Now that SVM is using a separate vmcb01 and vmcb02 (and also uses the vmcb12
naming) we can give clearer names to functions that write to and read
from those VMCBs.  Likewise, variables and parameters can be renamed
from nested_vmcb to vmcb12.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/nested.c
arch/x86/kvm/svm/svm.c
arch/x86/kvm/svm/svm.h