Re: [PATCH V2 0/5] Enable ACPI support for KVM ARM

2015-06-11 Thread Hanjun Guo
top of recent GIC/IRQCHIP patches by Hanjun Guo, who added support for gic_version in ACPI struct of GIC distributor (search "ACPICA: Introduce GIC version for arm based system"). This patchset can be applied cleanly on top of kvmarm.git queue branch. -Wei V1->V2: * Initialize vgic-&

Re: [PATCH V2 2/5] kvm: arm64: Dispatch virt GIC probing to device tree and ACPI

2015-06-11 Thread Hanjun Guo
On 06/10/2015 12:16 PM, Wei Huang wrote: This patch creates a dispatch function to support virt GIC probing in both device tree (DT) and ACPI environment. kvm_vgic_hyp_init() will probe DT first. If failed, it will try ACPI. Signed-off-by: Wei Huang --- include/kvm/arm_vgic.h | 18 +--

Re: [PATCH V2 1/5] kvm: arm64: Enable ACPI support for virt arch timer

2015-06-11 Thread Hanjun Guo
On 06/10/2015 12:16 PM, Wei Huang wrote: This patches enables ACPI support for KVM virtual arch timer. It allows KVM to parse ACPI table for arch timer PPI when DT table is not present. Signed-off-by: Alexander Spyridaki Signed-off-by: Wei Huang --- virt/kvm/arm/arch_timer.c | 75 +++