Re: [PATCH v2 0/6] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()

From: Huang, Kai
Date: Thu May 23 2024 - 18:49:28 EST




On 22/05/2024 1:40 pm, Sean Christopherson wrote:
Drop kvm_arch_sched_in() and instead add and use kvm_vcpu.scheduled_out
to communicate to kvm_arch_vcpu_load() that the vCPU is being scheduling
back in.


For this series,

Acked-by: Kai Huang <kai.huang@xxxxxxxxx>