On 12/9/21 16:38, Sean Christopherson wrote:
+ if (svm_deliver_avic_intr(vcpu, -1) { + vcpu->arch.apic->irr_pending = true; + kvm_make_request(KVM_REQ_EVENT, vcpu); + }
This is a good idea, but the details depends on patch 3 so I'll send a series of my own.
Paolo