Re: [PATCH v3 04/11] x86/vmsi: use the newly introduced EOI callbacks

2021-04-07 Thread Jan Beulich
On 31.03.2021 12:32, Roger Pau Monne wrote: > Remove the unconditional call to hvm_dpci_msi_eoi in vlapic_handle_EOI > and instead use the newly introduced EOI callback mechanism in order > to register a callback for MSI vectors injected from passed through > devices. > > This avoids having multip

[PATCH v3 04/11] x86/vmsi: use the newly introduced EOI callbacks

2021-03-31 Thread Roger Pau Monne
Remove the unconditional call to hvm_dpci_msi_eoi in vlapic_handle_EOI and instead use the newly introduced EOI callback mechanism in order to register a callback for MSI vectors injected from passed through devices. This avoids having multiple callback functions open-coded in vlapic_handle_EOI, a