OSDN Git Service

KVM: SVM: rename a variable in the svm_create_vcpu
authorMaxim Levitsky <mlevitsk@redhat.com>
Thu, 27 Aug 2020 17:11:38 +0000 (20:11 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:10 +0000 (07:57 -0400)
commit1feaba144cd395fa0ff5143ba1dc33afddb7a743
treeae8c8435da061bdd85734514ec379dcbdf02047f
parent010fd37fddf659ea7525b1191381e6f8c3ccab14
KVM: SVM: rename a variable in the svm_create_vcpu

The 'page' is to hold the vcpu's vmcb so name it as such to
avoid confusion.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Message-Id: <20200827171145.374620-2-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/svm.c