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

2017-02-27 Thread Julien Grall
On 27/02/17 11:34, Andre Przywara wrote: Hi, Hi Andre, "Yes, will fix" to everything not explicitly mentioned below. On 06/02/17 16:26, Julien Grall wrote: Hi Andre, On 30/01/17 18:31, Andre Przywara wrote: The ARM GICv3 provides a new kind of interrupt called LPIs. The pending bits an

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

2017-02-27 Thread Andre Przywara
Hi, "Yes, will fix" to everything not explicitly mentioned below. On 06/02/17 16:26, Julien Grall wrote: > Hi Andre, > > On 30/01/17 18:31, Andre Przywara wrote: >> The ARM GICv3 provides a new kind of interrupt called LPIs. >> The pending bits and the configuration data (priority, enable bits)

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

2017-02-13 Thread Stefano Stabellini
On Mon, 30 Jan 2017, 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 requ

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

2017-02-06 Thread Julien Grall
Hi Andre, On 30/01/17 18:31, 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 03/28] ARM: GICv3: allocate LPI pending and property table

2017-01-30 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