Re: [PATCH 1/2] KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb

From: Paolo Bonzini
Date: Wed Jan 13 2021 - 07:11:20 EST


On 12/01/21 17:43, Cathy Avery wrote:
void svm_switch_vmcb(struct vcpu_svm *svm, struct kvm_vmcb_info *target_vmcb)
{
+ /*
+ * Track the old VMCB so the new VMCB will be marked
+ * dirty at its next vmrun.
+ */
+

This comment is obsolete, otherwise looks good.

Paolo