Re: [Xen-devel] [PATCH v9 23/28] ARM: vITS: handle DISCARD command

2017-05-23 Thread Andre Przywara
Hi, On 22/05/17 18:20, Julien Grall wrote: > > > On 22/05/17 17:50, Andre Przywara wrote: >> Hi, > > Hi Andre, > >> On 18/05/17 15:23, Julien Grall wrote: >>> Hi Andre, >>> >>> On 11/05/17 18:53, Andre Przywara wrote: The DISCARD command drops the connection between a DeviceID/EventID >>>

Re: [Xen-devel] [PATCH v9 23/28] ARM: vITS: handle DISCARD command

2017-05-22 Thread Julien Grall
On 22/05/17 17:50, Andre Przywara wrote: Hi, Hi Andre, On 18/05/17 15:23, Julien Grall wrote: Hi Andre, On 11/05/17 18:53, 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

Re: [Xen-devel] [PATCH v9 23/28] ARM: vITS: handle DISCARD command

2017-05-22 Thread Andre Przywara
Hi, On 18/05/17 15:23, Julien Grall wrote: > Hi Andre, > > On 11/05/17 18:53, 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 I

Re: [Xen-devel] [PATCH v9 23/28] ARM: vITS: handle DISCARD command

2017-05-18 Thread Julien Grall
Hi Andre, On 11/05/17 18:53, 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 --- xen/ar

[Xen-devel] [PATCH v9 23/28] ARM: vITS: handle DISCARD command

2017-05-11 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 | 24 1