Re: [Xen-devel] [PATCH v3 25/39] ARM: new VGIC: Add SGIR register handler

2018-03-27 Thread Stefano Stabellini
On Wed, 21 Mar 2018, Andre Przywara wrote: > Triggering an IPI via this register is v2 specific, so the > implementation lives entirely in vgic-mmio-v2.c. > > This is based on Linux commit 55cc01fb9004, written by Andre Przywara. > > Signed-off-by: Andre Przywara Acked-by: Stefano Stabellini

Re: [Xen-devel] [PATCH v3 25/39] ARM: new VGIC: Add SGIR register handler

2018-03-22 Thread Julien Grall
Hi Andre, On 03/21/2018 04:32 PM, Andre Przywara wrote: Triggering an IPI via this register is v2 specific, so the implementation lives entirely in vgic-mmio-v2.c. This is based on Linux commit 55cc01fb9004, written by Andre Przywara. Signed-off-by: Andre Przywara Reviewed-by: Julien Grall

[Xen-devel] [PATCH v3 25/39] ARM: new VGIC: Add SGIR register handler

2018-03-21 Thread Andre Przywara
Triggering an IPI via this register is v2 specific, so the implementation lives entirely in vgic-mmio-v2.c. This is based on Linux commit 55cc01fb9004, written by Andre Przywara. Signed-off-by: Andre Przywara --- Changelog v2 ... v3: - fix target mask calculation Changelog v1 ... v2: - remove s