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

2015-07-13 Thread Edgar E. Iglesias
On Fri, Jul 10, 2015 at 12:25:56PM +0100, Peter Maydell wrote: > On 10 July 2015 at 12:23, Edgar E. Iglesias wrote: > > > > On 10/07/2015 7:58 pm, "Peter Maydell" wrote: > >> Something I just noticed while I was trying to add support > >> for the secure physical timer on top of this series: the >

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

2015-07-10 Thread Edgar E. Iglesias
On 10/07/2015 9:26 pm, "Peter Maydell" wrote: > > On 10 July 2015 at 12:23, Edgar E. Iglesias wrote: > > > > On 10/07/2015 7:58 pm, "Peter Maydell" wrote: > >> Something I just noticed while I was trying to add support > >> for the secure physical timer on top of this series: the > >> gt_*_cnt_r

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

2015-07-10 Thread Peter Maydell
On 10 July 2015 at 12:23, Edgar E. Iglesias wrote: > > On 10/07/2015 7:58 pm, "Peter Maydell" wrote: >> Something I just noticed while I was trying to add support >> for the secure physical timer on top of this series: the >> gt_*_cnt_reset functions are misnamed, because they're not >> resetting

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

2015-07-10 Thread Edgar E. Iglesias
On 10/07/2015 7:58 pm, "Peter Maydell" wrote: > > On 16 June 2015 at 02:51, Edgar E. Iglesias wrote: > > 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-a

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

2015-07-10 Thread Peter Maydell
On 16 June 2015 at 02:51, Edgar E. Iglesias wrote: > 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 | 68 > ++

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

2015-07-07 Thread Peter Maydell
On 16 June 2015 at 02:51, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Peter Maydell thanks -- PMM

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

2015-06-15 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 | 68 4 files changed, 73 insertions(+), 1 deletion(-) diff --git a