Re: [Xen-devel] [PATCH v8 16/27] ARM: vITS: handle INT command

2017-04-12 Thread Julien Grall
Hi, On 12/04/17 01:44, Andre Przywara wrote: The INT command sets a given LPI identified by a DeviceID/EventID pair as pending and thus triggers it to be injected. Signed-off-by: Andre Przywara --- xen/arch/arm/vgic-v3-its.c | 21 + 1 file changed, 21 insertions(+) diff -

[Xen-devel] [PATCH v8 16/27] ARM: vITS: handle INT command

2017-04-11 Thread Andre Przywara
The INT command sets a given LPI identified by a DeviceID/EventID pair as pending and thus triggers it to be injected. Signed-off-by: Andre Przywara --- xen/arch/arm/vgic-v3-its.c | 21 + 1 file changed, 21 insertions(+) diff --git a/xen/arch/arm/vgic-v3-its.c b/xen/arch/arm