Re: [PATCH 0/4] KVM: SVM: A fix and cleanups for vmcb tracking

From: Paolo Bonzini
Date: Sat Apr 17 2021 - 08:50:17 EST


On 06/04/21 19:18, Sean Christopherson wrote:
Belated code review for the vmcb changes that are queued for 5.13.

Sean Christopherson (4):
KVM: SVM: Don't set current_vmcb->cpu when switching vmcb
KVM: SVM: Drop vcpu_svm.vmcb_pa
KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at
KVM: SVM: Enhance and clean up the vmcb tracking comment in
pre_svm_run()

arch/x86/kvm/svm/svm.c | 29 +++++++++++++----------------
arch/x86/kvm/svm/svm.h | 2 +-
2 files changed, 14 insertions(+), 17 deletions(-)


Queued, thanks -- especially for the bug in patch 1, which avoided review.

Paolo