Re: [Xen-devel] [PATCH v8 15/27] ARM: vITS: handle CLEAR command

2017-04-12 Thread Julien Grall
On 12/04/17 15:29, Andre Przywara wrote: Hi, On 12/04/17 15:10, Julien Grall wrote: Hi Andre, On 12/04/17 01:44, 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

Re: [Xen-devel] [PATCH v8 15/27] ARM: vITS: handle CLEAR command

2017-04-12 Thread Andre Przywara
Hi, On 12/04/17 15:10, Julien Grall wrote: > Hi Andre, > > On 12/04/17 01:44, 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_itt

Re: [Xen-devel] [PATCH v8 15/27] ARM: vITS: handle CLEAR command

2017-04-12 Thread Julien Grall
Hi Andre, On 12/04/17 01:44, 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. Sign

[Xen-devel] [PATCH v8 15/27] ARM: vITS: handle CLEAR command

2017-04-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 --- xen/arch/arm/vgic-v3-i