Re: [PATCH v6 04/10] irqchip/gic-v2: Parse and export virtual GIC information

From: Hanjun Guo
Date: Wed Apr 13 2016 - 05:50:55 EST


On 2016/4/11 23:32, Julien Grall wrote:
For now, the firmware tables are parsed 2 times: once in the GIC
drivers, the other timer when initializing the vGIC. It means code
duplication and make more tedious to add the support for another
firmware table (like ACPI).

Introduce a new structure and set of helpers to get/set the virtual GIC
information. Also fill up the structure for GICv2.

Signed-off-by: Julien Grall <julien.grall@xxxxxxx>

For ACPI code,

Acked-by: Hanjun Guo <hanjun.guo@xxxxxxxxxx>

Thanks
Hanjun