Re: [Qemu-devel] [PATCH v4 4/6] target-arm: Add the Hypervisor timer

2015-06-14 Thread Edgar E. Iglesias
On Fri, Jun 12, 2015 at 06:00:15PM +0100, Peter Maydell wrote: > On 5 June 2015 at 11:33, Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > > > Signed-off-by: Edgar E. Iglesias > > --- > > > static const ARMCPRegInfo generic_timer_cp_reginfo[] = { > > /* Note that CNTFRQ is purel

Re: [Qemu-devel] [PATCH v4 4/6] target-arm: Add the Hypervisor timer

2015-06-12 Thread Peter Maydell
On 5 June 2015 at 11:33, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Signed-off-by: Edgar E. Iglesias > --- > static const ARMCPRegInfo generic_timer_cp_reginfo[] = { > /* Note that CNTFRQ is purely reads-as-written for the benefit > * of software; writing it doesn't ac

[Qemu-devel] [PATCH v4 4/6] target-arm: Add the Hypervisor timer

2015-06-05 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Signed-off-by: Edgar E. Iglesias --- target-arm/cpu-qom.h | 1 + target-arm/cpu.c | 2 ++ target-arm/cpu.h | 3 ++- target-arm/helper.c | 64 4 files changed, 69 insertions(+), 1 deletion(-) diff --git a