[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <173958044518.1190905.5350869932218121015.b4-ty@google.com>
Date: Fri, 14 Feb 2025 16:50:20 -0800
From: Sean Christopherson <seanjc@...gle.com>
To: Sean Christopherson <seanjc@...gle.com>, Paolo Bonzini <pbonzini@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>, Liam Ni <zhiguangni01@...il.com>
Cc: x86@...nel.org, "H. Peter Anvin" <hpa@...or.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2] KVM:x86:Fix an interrupt injection logic error during
PIC interrupt simulation
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
Powered by blists - more mailing lists