On 28/07/21 14:39, Vitaly Kuznetsov wrote:
Shouldn't we also change kvm_arch_vcpu_runnable() and check 'kvm_vcpu_running() > 0' now?
I think leaving kvm_vcpu_block on error is the better choice, so it should be good with returning true if kvm_vcpu_running(vcpu) < 0.
Paolo