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

2017-02-14 Thread Stefano Stabellini
On Mon, 30 Jan 2017, 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. > > Signed-off-by: Andre Przywara Please see alpine.DEB.2.10.161108160858

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

2017-01-30 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. Signed-off-by: Andre Przywara --- xen/arch/arm/vgic-v3-its.c | 35 +-- 1 file changed, 33