Re: [Xen-devel] [PATCH v6 03/36] ARM: GICv3: allocate LPI pending and property table

2017-04-07 Thread Julien Grall
Hi Andre, On 07/04/17 18:32, Andre Przywara wrote: The ARM GICv3 provides a new kind of interrupt called LPIs. The pending bits and the configuration data (priority, enable bits) for those LPIs are stored in tables in normal memory, which software has to provide to the hardware. Allocate the req

[Xen-devel] [PATCH v6 03/36] ARM: GICv3: allocate LPI pending and property table

2017-04-07 Thread Andre Przywara
The ARM GICv3 provides a new kind of interrupt called LPIs. The pending bits and the configuration data (priority, enable bits) for those LPIs are stored in tables in normal memory, which software has to provide to the hardware. Allocate the required memory, initialize it and hand it over to each r