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

2020-10-13 Thread Jan Beulich
On 13.10.2020 16:47, Roger Pau Monné wrote: > On Fri, Oct 02, 2020 at 05:25:34PM +0200, Jan Beulich wrote: >> On 30.09.2020 12:41, Roger Pau Monne wrote: >>> @@ -119,7 +126,8 @@ void vmsi_deliver_pirq(struct domain *d, const struct >>> hvm_pirq_dpci *pirq_dpci) >>> >>>

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

2020-10-13 Thread Roger Pau Monné
On Fri, Oct 02, 2020 at 05:25:34PM +0200, Jan Beulich wrote: > On 30.09.2020 12:41, 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

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

2020-10-02 Thread Jan Beulich
On 30.09.2020 12:41, 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. What I'm kind of missing

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

2020-09-30 Thread Roger Pau Monné
; Wei Liu ; Paul Durrant > > > > Subject: [PATCH v2 04/11] x86/vmsi: use the newly introduced EOI callbacks > > > > Remove the unconditional call to hvm_dpci_msi_eoi in vlapic_handle_EOI > > and instead use the newly introduced EOI callback mechanism in order

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

2020-09-30 Thread Paul Durrant
> -Original Message- > From: Roger Pau Monne > Sent: 30 September 2020 11:41 > To: xen-devel@lists.xenproject.org > Cc: Roger Pau Monne ; Jan Beulich ; > Andrew Cooper > ; Wei Liu ; Paul Durrant > > Subject: [PATCH v2 04/11] x86/vmsi: use the newly introduce

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

2020-09-30 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. Signed-off-by: Roger Pau Monné --- xen/arch/x86/hvm/vlapic.c| 2 --