Re: [Xen-devel] [PATCH v5 04/30] ARM: GICv3 ITS: initialize host ITS

2017-04-06 Thread Julien Grall
Hi Andre, On 06/04/17 00:18, Andre Przywara wrote: Map the registers frame for each host ITS and populate the host ITS structure with some parameters describing the size of certain properties like the number of bits for device IDs. Signed-off-by: Andre Przywara Reviewed-by: Julien Grall Ch

Re: [Xen-devel] [PATCH v5 04/30] ARM: GICv3 ITS: initialize host ITS

2017-04-05 Thread Stefano Stabellini
On Thu, 6 Apr 2017, Andre Przywara wrote: > Map the registers frame for each host ITS and populate the host ITS > structure with some parameters describing the size of certain properties > like the number of bits for device IDs. > > Signed-off-by: Andre Przywara Reviewed-by: Stefano Stabellini

[Xen-devel] [PATCH v5 04/30] ARM: GICv3 ITS: initialize host ITS

2017-04-05 Thread Andre Przywara
Map the registers frame for each host ITS and populate the host ITS structure with some parameters describing the size of certain properties like the number of bits for device IDs. Signed-off-by: Andre Przywara --- xen/arch/arm/gic-v3-its.c| 33 ++ xen/arch/ar