Re: [Xen-devel] [PATCH 44/57] ARM: new VGIC: Add SGIPENDR register handlers

2018-03-08 Thread Julien Grall
Hi Andre, On 05/03/18 16:04, Andre Przywara wrote: As this register is v2 specific, its implementation lives entirely in vgic-mmio-v2.c. This register allows setting the source mask of an IPI. This is based on Linux commit ed40213ef9b0, written by Andre Przywara. Signed-off-by: Andre Przywara

[Xen-devel] [PATCH 44/57] ARM: new VGIC: Add SGIPENDR register handlers

2018-03-05 Thread Andre Przywara
As this register is v2 specific, its implementation lives entirely in vgic-mmio-v2.c. This register allows setting the source mask of an IPI. This is based on Linux commit ed40213ef9b0, written by Andre Przywara. Signed-off-by: Andre Przywara --- Changelog RFC ... v1: - use C99 and unsigned data