Re: [Xen-devel] [PATCH v4 14/21] arm/gic-v3: Add ACPI boot support for GICv3

2016-02-02 Thread Stefano Stabellini
On Sat, 23 Jan 2016, Shannon Zhao wrote: > From: Shannon Zhao > > Like GICv2, ACPI on Xen hypervisor uses MADT table for proper GICv3 > initialization. Parse GIC distributor subtable, redistributor subtable > and interrupt subtable. > > Signed-off-by: Shannon Zhao > --- > V4: move ioremap to co

[Xen-devel] [PATCH v4 14/21] arm/gic-v3: Add ACPI boot support for GICv3

2016-01-23 Thread Shannon Zhao
From: Shannon Zhao Like GICv2, ACPI on Xen hypervisor uses MADT table for proper GICv3 initialization. Parse GIC distributor subtable, redistributor subtable and interrupt subtable. Signed-off-by: Shannon Zhao --- V4: move ioremap to common init function and fix coding style --- xen/arch/arm/g