Re: [Qemu-devel] [fixed-up][PATCH v6 2/5] hw/timer: add sunxi timer device

2013-11-29 Thread Peter Maydell
On 27 November 2013 08:29, liguang wrote: > Signed-off-by: liguang > --- > default-configs/arm-softmmu.mak |2 + > hw/timer/Makefile.objs |1 + > hw/timer/sunxi-pit.c| 254 > +++ > include/hw/timer/sunxi-pit.h| 56 +

Re: [Qemu-devel] [fixed-up][PATCH v6 2/5] hw/timer: add sunxi timer device

2013-11-28 Thread Li Guang
Peter Crosthwaite wrote: On Wed, Nov 27, 2013 at 11:35 PM, Peter Crosthwaite wrote: On Wed, Nov 27, 2013 at 6:29 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] [fixed-up][PATCH v6 2/5] hw/timer: add sunxi timer device

2013-11-28 Thread Peter Crosthwaite
On Wed, Nov 27, 2013 at 11:35 PM, Peter Crosthwaite wrote: > On Wed, Nov 27, 2013 at 6:29 PM, liguang wrote: >> Signed-off-by: liguang >> --- >> default-configs/arm-softmmu.mak |2 + >> hw/timer/Makefile.objs |1 + >> hw/timer/sunxi-pit.c| 254 >> +

Re: [Qemu-devel] [fixed-up][PATCH v6 2/5] hw/timer: add sunxi timer device

2013-11-27 Thread Peter Crosthwaite
On Wed, Nov 27, 2013 at 6:29 PM, liguang wrote: > Signed-off-by: liguang > --- > default-configs/arm-softmmu.mak |2 + > hw/timer/Makefile.objs |1 + > hw/timer/sunxi-pit.c| 254 > +++ > include/hw/timer/sunxi-pit.h| 56 +++

[Qemu-devel] [fixed-up][PATCH v6 2/5] hw/timer: add sunxi timer device

2013-11-27 Thread liguang
Signed-off-by: liguang --- default-configs/arm-softmmu.mak |2 + hw/timer/Makefile.objs |1 + hw/timer/sunxi-pit.c| 254 +++ include/hw/timer/sunxi-pit.h| 56 + 4 files changed, 313 insertions(+), 0 deletions(-) crea