Re: [Qemu-devel] [PATCH v10 2/5] hw/timer: add allwinner a10 timer

2013-12-10 Thread Li Guang
Peter Crosthwaite wrote: On Mon, Dec 9, 2013 at 10:10 AM, liguang wrote: Signed-off-by: liguang --- default-configs/arm-softmmu.mak |2 + hw/timer/Makefile.objs |2 + hw/timer/allwinner-a10-pit.c | 254 ++ include/hw/t

Re: [Qemu-devel] [PATCH v10 2/5] hw/timer: add allwinner a10 timer

2013-12-10 Thread Peter Crosthwaite
On Mon, Dec 9, 2013 at 10:10 AM, liguang wrote: > Signed-off-by: liguang > --- > default-configs/arm-softmmu.mak |2 + > hw/timer/Makefile.objs |2 + > hw/timer/allwinner-a10-pit.c | 254 > ++ > include/hw/timer/allwinner-a10-p

[Qemu-devel] [PATCH v10 2/5] hw/timer: add allwinner a10 timer

2013-12-08 Thread liguang
Signed-off-by: liguang --- default-configs/arm-softmmu.mak |2 + hw/timer/Makefile.objs |2 + hw/timer/allwinner-a10-pit.c | 254 ++ include/hw/timer/allwinner-a10-pit.h | 59 4 files changed, 317 insertions(+), 0 dele