Re: [Qemu-devel] [PATCH v4 1/4] hw/timer: add sunxi timer device

2013-11-26 Thread Peter Crosthwaite
On Tue, Nov 26, 2013 at 7:19 PM, Li Guang wrote: > Peter Crosthwaite wrote: >> >> On Tue, Nov 26, 2013 at 6:59 PM, Li Guang wrote: >> >>> >>> Peter Crosthwaite wrote: >>> On Tue, Nov 26, 2013 at 5:22 PM, liguang wrote: > > Signed-off-by: liguang > --- >

Re: [Qemu-devel] [PATCH v4 1/4] hw/timer: add sunxi timer device

2013-11-26 Thread Li Guang
Peter Crosthwaite wrote: On Tue, Nov 26, 2013 at 6:59 PM, Li Guang wrote: Peter Crosthwaite wrote: On Tue, Nov 26, 2013 at 5:22 PM, liguang wrote: Signed-off-by: liguang --- default-configs/arm-softmmu.mak |2 + hw/timer/Makefile.objs |1 + hw/time

Re: [Qemu-devel] [PATCH v4 1/4] hw/timer: add sunxi timer device

2013-11-26 Thread Peter Crosthwaite
On Tue, Nov 26, 2013 at 6:59 PM, Li Guang wrote: > Peter Crosthwaite wrote: >> >> On Tue, Nov 26, 2013 at 5:22 PM, liguang wrote: >> >>> >>> Signed-off-by: liguang >>> --- >>> default-configs/arm-softmmu.mak |2 + >>> hw/timer/Makefile.objs |1 + >>> hw/timer/sunxi-pit.c

Re: [Qemu-devel] [PATCH v4 1/4] hw/timer: add sunxi timer device

2013-11-26 Thread Li Guang
Peter Crosthwaite wrote: On Tue, Nov 26, 2013 at 5:22 PM, liguang wrote: Signed-off-by: liguang --- default-configs/arm-softmmu.mak |2 + hw/timer/Makefile.objs |1 + hw/timer/sunxi-pit.c| 295 +++ include/hw/timer/sunxi

Re: [Qemu-devel] [PATCH v4 1/4] hw/timer: add sunxi timer device

2013-11-26 Thread Peter Crosthwaite
On Tue, Nov 26, 2013 at 5:22 PM, liguang wrote: > Signed-off-by: liguang > --- > default-configs/arm-softmmu.mak |2 + > hw/timer/Makefile.objs |1 + > hw/timer/sunxi-pit.c| 295 > +++ > include/hw/timer/sunxi-pit.h| 37 +++

[Qemu-devel] [PATCH v4 1/4] hw/timer: add sunxi timer device

2013-11-25 Thread liguang
Signed-off-by: liguang --- default-configs/arm-softmmu.mak |2 + hw/timer/Makefile.objs |1 + hw/timer/sunxi-pit.c| 295 +++ include/hw/timer/sunxi-pit.h| 37 + 4 files changed, 335 insertions(+), 0 deletions(-) create m