Re: [Xen-devel] [PATCH v10 27/32] ARM: vITS: handle DISCARD command

2017-06-02 Thread Julien Grall
Hi Andre, On 05/26/2017 06:35 PM, Andre Przywara wrote: The DISCARD command drops the connection between a DeviceID/EventID and an LPI/collection pair. We mark the respective structure entries as not allocated and make sure that any queued IRQs are removed. Signed-off-by: Andre Przywara Acke

[Xen-devel] [PATCH v10 27/32] ARM: vITS: handle DISCARD command

2017-05-26 Thread Andre Przywara
The DISCARD command drops the connection between a DeviceID/EventID and an LPI/collection pair. We mark the respective structure entries as not allocated and make sure that any queued IRQs are removed. Signed-off-by: Andre Przywara --- xen/arch/arm/vgic-v3-its.c | 27 +++