Re: [PATCH v5 6/9] irqchip/gic-v3: Parse and export virtual GIC information

2016-04-10 Thread Hanjun Guo
On 2016/4/4 19:37, Julien Grall wrote: Fill up the recently introduced gic_kvm_info with the hardware information used for virtualization. Signed-off-by: Julien Grall Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc Zyngier --- Changes in v5: - Remove the alignment check for GICV

Re: [PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure

2016-04-10 Thread Hanjun Guo
+cc Tomasz, On 2016/4/4 19:37, Julien Grall wrote: The ACPI code requires to use global variales in order to collect information from the tables. To make clear those variables are ACPI specific, gather all of them in a single structure. Furthermore, even if some of the variables are not marked

Re: [PATCH v5 4/9] irqchip/gic-v2: Parse and export virtual GIC information

2016-04-10 Thread Hanjun Guo
Hi Julian, On 2016/4/4 19:37, 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 stru

Re: [PATCH v5 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure

2016-04-10 Thread Hanjun Guo
Hi Julien, On 2016/4/4 19:37, Julien Grall wrote: The ACPI code requires to use global variables in order to collect information from the tables. For now, a single global variable is used, but more will be added in a subsequent patch. To make clear they are ACPI specific, gather all the informa