Re: [PATCH V1 0/7] Enable ACPI support for ARM KVM GIC

2016-02-08 Thread Marc Zyngier
On 08/02/16 16:47, Wei Huang wrote: > > > On 2/8/16 10:39, Julien Grall wrote: >> Hi, >> >> On 08/02/16 09:59, Marc Zyngier wrote: >>> On 05/02/16 17:07, Wei Huang wrote: Wei Huang (7): KVM: GIC: Move GIC DT probing code to GICv2 and GICv3 files KVM: GIC: Add extra fields to

Re: [PATCH V1 0/7] Enable ACPI support for ARM KVM GIC

2016-02-08 Thread Wei Huang
On 2/8/16 10:39, Julien Grall wrote: > Hi, > > On 08/02/16 09:59, Marc Zyngier wrote: >> On 05/02/16 17:07, Wei Huang wrote: >>> Wei Huang (7): >>>KVM: GIC: Move GIC DT probing code to GICv2 and GICv3 files >>>KVM: GIC: Add extra fields to store GICH and GICV resource info >>>KVM: GI

Re: [PATCH V1 0/7] Enable ACPI support for ARM KVM GIC

2016-02-08 Thread Marc Zyngier
On 08/02/16 16:35, Wei Huang wrote: > > > On 2/8/16 03:59, Marc Zyngier wrote: >> Wei, >> >> On 05/02/16 17:07, Wei Huang wrote: >>> This patch set enables ACPI support for KVM GIC. Note that the patches >>> are in fact the V3 of previously submitted patches (search "Enable ACPI >>> support for K

Re: [PATCH V1 0/7] Enable ACPI support for ARM KVM GIC

2016-02-08 Thread Julien Grall
Hi, On 08/02/16 09:59, Marc Zyngier wrote: On 05/02/16 17:07, Wei Huang wrote: Wei Huang (7): KVM: GIC: Move GIC DT probing code to GICv2 and GICv3 files KVM: GIC: Add extra fields to store GICH and GICV resource info KVM: GIC: Create a common probe function for GIC KVM: GICv2: Extr

Re: [PATCH V1 0/7] Enable ACPI support for ARM KVM GIC

2016-02-08 Thread Wei Huang
On 2/8/16 03:59, Marc Zyngier wrote: > Wei, > > On 05/02/16 17:07, Wei Huang wrote: >> This patch set enables ACPI support for KVM GIC. Note that the patches >> are in fact the V3 of previously submitted patches (search "Enable ACPI >> support for KVM ARM"). But because Fu Wei includes the arch_

Re: [PATCH V1 0/7] Enable ACPI support for ARM KVM GIC

2016-02-08 Thread Marc Zyngier
Wei, On 05/02/16 17:07, Wei Huang wrote: > This patch set enables ACPI support for KVM GIC. Note that the patches > are in fact the V3 of previously submitted patches (search "Enable ACPI > support for KVM ARM"). But because Fu Wei includes the arch_timer part > in his series [1] and I have substa

[PATCH V1 0/7] Enable ACPI support for ARM KVM GIC

2016-02-05 Thread Wei Huang
This patch set enables ACPI support for KVM GIC. Note that the patches are in fact the V3 of previously submitted patches (search "Enable ACPI support for KVM ARM"). But because Fu Wei includes the arch_timer part in his series [1] and I have substantially re-written the GIC code in this revision,