]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense
authorMaxim Levitsky <mlevitsk@redhat.com>
Tue, 22 Mar 2022 17:24:44 +0000 (19:24 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Apr 2022 09:41:22 +0000 (05:41 -0400)
commit6e664008ca4bc8722204e85e398e8f80cae9f3b4
tree6539f64cd1e6c9d03fdb100cfd64f45fc5650bbe
parent16ef87d1c4445c39c65740f9170f070252cbcf4b
kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense

This makes the code a bit shorter and cleaner.

No functional change intended.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20220322172449.235575-4-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/nested.c