commit | 9e8f0fbfff1a7787658ce1add0625f59c4faf0ef | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 17 05:15:41 2020 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 15 04:42:31 2021 -0400 |
tree | 94af561fb14bf8480c39c19903f984d676f06a7a | |
parent | 193015adf40d0465c240d4e9a7b6e4b84b531f8b [diff] |
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>