Re: [PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer

2016-02-21 Thread Fu Wei
Hi Marc On 9 February 2016 at 01:10, Marc Zyngier wrote: > On 01/02/16 20:26, fu@linaro.org wrote: >> From: Fu Wei >> >> This patch adds ACPI/GTDT support for virt arch timer >> using the API in GTDT driver. >> >> Signed-off-by: Fu Wei

Re: [PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer

2016-02-08 Thread Marc Zyngier
On 01/02/16 20:26, fu@linaro.org wrote: > From: Fu Wei > > This patch adds ACPI/GTDT support for virt arch timer > using the API in GTDT driver. > > Signed-off-by: Fu Wei > --- > virt/kvm/arm/arch_timer.c | 8 > 1 file changed, 8

Re: [PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer

2016-02-07 Thread kbuild test robot
Hi Fu, [auto build test ERROR on tip/timers/core] [also build test ERROR on v4.5-rc2 next-20160205] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer

2016-02-02 Thread fu . wei
From: Fu Wei This patch adds ACPI/GTDT support for virt arch timer using the API in GTDT driver. Signed-off-by: Fu Wei --- virt/kvm/arm/arch_timer.c | 8 1 file changed, 8 insertions(+) diff --git a/virt/kvm/arm/arch_timer.c