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

2017-01-10 Thread Alistair Francis
On Tue, Jan 10, 2017 at 1:42 AM, Peter Maydell wrote: > On 10 January 2017 at 01:41, Alistair Francis > wrote: >> On Fri, Jan 6, 2017 at 3:57 AM, Peter Maydell >> wrote: >>> On 20 December 2016 at 22:42, Alistair Francis >>> wrote: > +},{ .name = "CNTCV_LOWER", +.addr = A

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

2017-01-10 Thread Peter Maydell
On 10 January 2017 at 01:41, Alistair Francis wrote: > On Fri, Jan 6, 2017 at 3:57 AM, Peter Maydell > wrote: >> On 20 December 2016 at 22:42, Alistair Francis >> wrote: >>> +},{ .name = "CNTCV_LOWER", >>> +.addr = A_CNTCV_LOWER, >>> +.post_read = counter_low_value_postr, >

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

2017-01-09 Thread Alistair Francis
On Fri, Jan 6, 2017 at 3:57 AM, Peter Maydell wrote: > On 20 December 2016 at 22:42, 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 >> --- >> V3: >> - Use A

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

2017-01-06 Thread Peter Maydell
On 20 December 2016 at 22:42, 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 > --- > V3: > - Use ARM ARM names > - Indicate that we don't support all of the regis

[Qemu-devel] [PATCH v3 1/3] arm_generic_timer: Add the ARM Generic Timer

2016-12-20 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 --- V3: - Use ARM ARM names - Indicate that we don't support all of the registers - Fixup the Makefile CONFIG V2: - Fix couter/counter typo hw/