On Tue, 30 Jul 2024 21:59:41 +0800, Liam Ni wrote: > The input parameter level to the pic_irq_request function indicates > whether there are interrupts to be injected, > a level value of 1 indicates that there are interrupts to be injected, > and a level value of 0 indicates that there are no interrupts to be injected. > And the value of level will be assigned to s->output, > so we should set s->wakeup_needed to true when s->output is true. > > [...] Applied to kvm-x86 misc, with a rewritten shortlog+changelog. Thanks! [1/1] KVM:x86:Fix an interrupt injection logic error during PIC interrupt simulation https://github.com/kvm-x86/linux/commit/4cad9f87876a -- https://github.com/kvm-x86/linux/tree/next