Re: [Qemu-devel] [PATCH v2 1/2] arm_generic_timer: Add the ARM Generic Timer

2016-12-20 Thread Alistair Francis
On Fri, Dec 16, 2016 at 1:03 PM, Alistair Francis wrote: > On Tue, Dec 13, 2016 at 5:11 AM, Peter Maydell > wrote: >> On 8 November 2016 at 00:58, Alistair Francis >> wrote: >>> Add the ARM generic timer. This allows the guest to poll the timer for >>> values and also supports secure writes onl

Re: [Qemu-devel] [PATCH v2 1/2] arm_generic_timer: Add the ARM Generic Timer

2016-12-16 Thread Alistair Francis
On Tue, Dec 13, 2016 at 5:11 AM, Peter Maydell wrote: > On 8 November 2016 at 00:58, Alistair Francis > wrote: >> Add the ARM generic timer. This allows the guest to poll the timer for >> values and also supports secure writes only. >> >> Signed-off-by: Alistair Francis >> --- >> V2: >> - Fix c

Re: [Qemu-devel] [PATCH v2 1/2] arm_generic_timer: Add the ARM Generic Timer

2016-12-13 Thread Peter Maydell
On 8 November 2016 at 00:58, Alistair Francis wrote: > Add the ARM generic timer. This allows the guest to poll the timer for > values and also supports secure writes only. > > Signed-off-by: Alistair Francis > --- > V2: > - Fix couter/counter typo > > hw/timer/Makefile.objs | 1

[Qemu-devel] [PATCH v2 1/2] arm_generic_timer: Add the ARM Generic Timer

2016-11-07 Thread Alistair Francis
Add the ARM generic timer. This allows the guest to poll the timer for values and also supports secure writes only. Signed-off-by: Alistair Francis --- V2: - Fix couter/counter typo hw/timer/Makefile.objs | 1 + hw/timer/arm_generic_timer.c | 216 +++