Re: [PATCH v2 7/8] arm: add support for supplying GICv3 redistributor addresses

2015-06-15 Thread Andre Przywara
On 06/10/2015 06:40 PM, Marc Zyngier wrote: On 05/06/15 09:37, Andre Przywara wrote: The code currently is assuming fixed sized memory regions for the distributor and CPU interface. GICv3 needs a dynamic allocation of its redistributor region, since its size depends on the number of vCPUs.

Re: [PATCH v2 7/8] arm: add support for supplying GICv3 redistributor addresses

2015-06-15 Thread Marc Zyngier
On 15/06/15 12:12, Andre Przywara wrote: On 06/10/2015 06:40 PM, Marc Zyngier wrote: On 05/06/15 09:37, Andre Przywara wrote: The code currently is assuming fixed sized memory regions for the distributor and CPU interface. GICv3 needs a dynamic allocation of its redistributor region, since

Re: [PATCH v2 7/8] arm: add support for supplying GICv3 redistributor addresses

2015-06-10 Thread Marc Zyngier
On 05/06/15 09:37, Andre Przywara wrote: The code currently is assuming fixed sized memory regions for the distributor and CPU interface. GICv3 needs a dynamic allocation of its redistributor region, since its size depends on the number of vCPUs. Also add the necessary code to create a GICv3

[PATCH v2 7/8] arm: add support for supplying GICv3 redistributor addresses

2015-06-05 Thread Andre Przywara
The code currently is assuming fixed sized memory regions for the distributor and CPU interface. GICv3 needs a dynamic allocation of its redistributor region, since its size depends on the number of vCPUs. Also add the necessary code to create a GICv3 IRQ chip instance. This contains some defines