Re: [Xen-devel] [PATCH v3 28/39] ARM: new VGIC: Add event channel IRQ handling

2018-03-27 Thread Stefano Stabellini
On Wed, 21 Mar 2018, Andre Przywara wrote: > The Xen core/arch code relies on two abstracted functions to inject an > event channel IRQ and to query its pending state. > Implement those to query the state of the new VGIC implementation. > > Signed-off-by: Andre Przywara > Acked-by: Julien Grall

[Xen-devel] [PATCH v3 28/39] ARM: new VGIC: Add event channel IRQ handling

2018-03-21 Thread Andre Przywara
The Xen core/arch code relies on two abstracted functions to inject an event channel IRQ and to query its pending state. Implement those to query the state of the new VGIC implementation. Signed-off-by: Andre Przywara Acked-by: Julien Grall --- xen/arch/arm/vgic/vgic.c | 23