Re: [PATCH v2 08/11] x86/dpci: switch to use a GSI EOI callback

2020-10-23 Thread Jan Beulich
On 30.09.2020 12:41, Roger Pau Monne wrote: > --- a/xen/drivers/passthrough/io.c > +++ b/xen/drivers/passthrough/io.c > @@ -327,9 +327,10 @@ static void hvm_gsi_eoi(struct domain *d, unsigned int > gsi, > hvm_pirq_eoi(pirq, ent); > } > > -void hvm_dpci_eoi(unsigned int guest_gsi, const uni

[PATCH v2 08/11] x86/dpci: switch to use a GSI EOI callback

2020-09-30 Thread Roger Pau Monne
Switch the dpci GSI EOI callback hooks to use the newly introduced generic callback functionality, and remove the custom dpci calls found on the vPIC and vIO-APIC implementations. Signed-off-by: Roger Pau Monné --- Changes since v1: - New in this version. --- xen/arch/x86/hvm/vioapic.c| 7