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