Re: [PATCH V2 3/5] kvm: arm64: Detect GIC version for proper ACPI vGIC probing

2015-06-11 Thread Marc Zyngier
Hi Wei, On 11/06/15 05:51, Wei Huang wrote: > > > On 06/10/2015 11:43 AM, Marc Zyngier wrote: >> On 10/06/15 05:16, Wei Huang wrote: >>> There are two GICs (GICv2 and GICv3) supported by KVM. So it is necessary >>> to find out GIC version before calling ACPI probing functions defined >>> in vgic

Re: [PATCH V2 3/5] kvm: arm64: Detect GIC version for proper ACPI vGIC probing

2015-06-10 Thread Wei Huang
On 06/10/2015 11:43 AM, Marc Zyngier wrote: > On 10/06/15 05:16, Wei Huang wrote: >> There are two GICs (GICv2 and GICv3) supported by KVM. So it is necessary >> to find out GIC version before calling ACPI probing functions defined >> in vgic-v2.c and vgic-v3.c. >> >> This patch detects GIC versi

Re: [PATCH V2 3/5] kvm: arm64: Detect GIC version for proper ACPI vGIC probing

2015-06-10 Thread Marc Zyngier
On 10/06/15 05:16, Wei Huang wrote: > There are two GICs (GICv2 and GICv3) supported by KVM. So it is necessary > to find out GIC version before calling ACPI probing functions defined > in vgic-v2.c and vgic-v3.c. > > This patch detects GIC version by checking gic_version field of GIC > distributo

Re: [PATCH V2 3/5] kvm: arm64: Detect GIC version for proper ACPI vGIC probing

2015-06-10 Thread Andrew Jones
On Wed, Jun 10, 2015 at 12:16:05AM -0400, Wei Huang wrote: > There are two GICs (GICv2 and GICv3) supported by KVM. So it is necessary > to find out GIC version before calling ACPI probing functions defined > in vgic-v2.c and vgic-v3.c. > > This patch detects GIC version by checking gic_version fi