Re: [Qemu-devel] [PATCH v4 11/13] hw/timer/nrf51_timer: Add nRF51 Timer peripheral

2018-11-08 Thread Stefan Hajnoczi
On Fri, Nov 02, 2018 at 01:07:28PM -0400, Steffen Görtz wrote: > This patch adds the model for the nRF51 timer peripheral. > Currently, only the TIMER mode is implemented. > > Signed-off-by: Steffen Görtz > --- > hw/timer/Makefile.objs | 1 + > hw/timer/nrf51_timer.c | 368

Re: [Qemu-devel] [PATCH v4 11/13] hw/timer/nrf51_timer: Add nRF51 Timer peripheral

2018-11-05 Thread Peter Maydell
On 2 November 2018 at 17:07, Steffen Görtz wrote: > This patch adds the model for the nRF51 timer peripheral. > Currently, only the TIMER mode is implemented. > > Signed-off-by: Steffen Görtz > --- > hw/timer/Makefile.objs | 1 + > hw/timer/nrf51_timer.c | 368 +

[Qemu-devel] [PATCH v4 11/13] hw/timer/nrf51_timer: Add nRF51 Timer peripheral

2018-11-02 Thread Steffen Görtz
This patch adds the model for the nRF51 timer peripheral. Currently, only the TIMER mode is implemented. Signed-off-by: Steffen Görtz --- hw/timer/Makefile.objs | 1 + hw/timer/nrf51_timer.c | 368 + hw/timer/trace-events | 5 + includ