Re: [PATCH v2 3/4] x86/vpic: issue dpci EOI for cleared pins at ICW1

2021-01-22 Thread Jan Beulich
On 22.01.2021 10:53, Roger Pau Monné wrote: > On Fri, Jan 22, 2021 at 10:02:15AM +0100, Jan Beulich wrote: >> On 15.01.2021 15:28, Roger Pau Monne wrote: >>> When pins are cleared from either ISR or IRR as part of the >>> initialization sequence forward the clearing of those pins to the dpci >>> EO

Re: [PATCH v2 3/4] x86/vpic: issue dpci EOI for cleared pins at ICW1

2021-01-22 Thread Roger Pau Monné
On Fri, Jan 22, 2021 at 10:02:15AM +0100, Jan Beulich wrote: > On 15.01.2021 15:28, Roger Pau Monne wrote: > > When pins are cleared from either ISR or IRR as part of the > > initialization sequence forward the clearing of those pins to the dpci > > EOI handler, as it is equivalent to an EOI. Not d

Re: [PATCH v2 3/4] x86/vpic: issue dpci EOI for cleared pins at ICW1

2021-01-22 Thread Jan Beulich
On 15.01.2021 15:28, Roger Pau Monne wrote: > When pins are cleared from either ISR or IRR as part of the > initialization sequence forward the clearing of those pins to the dpci > EOI handler, as it is equivalent to an EOI. Not doing so can bring the > interrupt controller state out of sync with t

[PATCH v2 3/4] x86/vpic: issue dpci EOI for cleared pins at ICW1

2021-01-15 Thread Roger Pau Monne
When pins are cleared from either ISR or IRR as part of the initialization sequence forward the clearing of those pins to the dpci EOI handler, as it is equivalent to an EOI. Not doing so can bring the interrupt controller state out of sync with the dpci handling logic, that expects a notification