Re: [Qemu-devel] [PATCH v8 3/6] hw/arm/digic: add timer support

2013-12-15 Thread Antony Pavlov
On Sat, 14 Dec 2013 16:41:44 +1000 Peter Crosthwaite wrote: > On Sat, Dec 14, 2013 at 7:42 AM, Antony Pavlov > wrote: > > Signed-off-by: Antony Pavlov > > --- > > hw/arm/digic.c | 28 + > > hw/timer/Makefile.objs | 1 + > > hw/timer/digic-timer.c | 168 > >

Re: [Qemu-devel] [PATCH v8 3/6] hw/arm/digic: add timer support

2013-12-13 Thread Peter Crosthwaite
On Sat, Dec 14, 2013 at 7:42 AM, Antony Pavlov wrote: > Signed-off-by: Antony Pavlov > --- > hw/arm/digic.c | 28 + > hw/timer/Makefile.objs | 1 + > hw/timer/digic-timer.c | 168 > + > hw/timer/digic-timer.h | 38 +++ >

[Qemu-devel] [PATCH v8 3/6] hw/arm/digic: add timer support

2013-12-13 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- hw/arm/digic.c | 28 + hw/timer/Makefile.objs | 1 + hw/timer/digic-timer.c | 168 + hw/timer/digic-timer.h | 38 +++ include/hw/arm/digic.h | 6 ++ 5 files changed, 241 insertions(+) c