Re: [Xen-devel] [PATCH v9 18/28] ARM: vITS: handle CLEAR command

2017-05-24 Thread Julien Grall
On 05/23/2017 06:24 PM, Andre Przywara wrote: Hi, Hi Andre, On 17/05/17 18:45, Julien Grall wrote: Hi Andre, On 11/05/17 18:53, Andre Przywara wrote: This introduces the ITS command handler for the CLEAR command, which clears the pending state of an LPI. This removes a not-yet

Re: [Xen-devel] [PATCH v9 18/28] ARM: vITS: handle CLEAR command

2017-05-23 Thread Andre Przywara
Hi, On 17/05/17 18:45, Julien Grall wrote: > Hi Andre, > > On 11/05/17 18:53, Andre Przywara wrote: >> This introduces the ITS command handler for the CLEAR command, which >> clears the pending state of an LPI. >> This removes a not-yet injected, but already queued IRQ from a VCPU. >> As

Re: [Xen-devel] [PATCH v9 18/28] ARM: vITS: handle CLEAR command

2017-05-17 Thread Julien Grall
Hi Andre, On 11/05/17 18:53, Andre Przywara wrote: This introduces the ITS command handler for the CLEAR command, which clears the pending state of an LPI. This removes a not-yet injected, but already queued IRQ from a VCPU. As read_itte() is now eventually used, we add the static keyword.

[Xen-devel] [PATCH v9 18/28] ARM: vITS: handle CLEAR command

2017-05-11 Thread Andre Przywara
This introduces the ITS command handler for the CLEAR command, which clears the pending state of an LPI. This removes a not-yet injected, but already queued IRQ from a VCPU. As read_itte() is now eventually used, we add the static keyword. Signed-off-by: Andre Przywara