Re: [Qemu-devel] [PATCH v9 0/5] add allwinner A10 SoC support

2013-12-05 Thread Peter Maydell
On 5 December 2013 02:33, Li Guang wrote: > Peter Crosthwaite wrote: >> >> Hi Liguang, >> >> V9 has some checkpatch errors: >> >> [pcrost@xsjandreislx qemu]$ git format-patch HEAD~5 >> 0001-vmstate-add-VMSTATE_PTIMER_ARRAY.patch >> 0002-hw-timer-add-allwinner-a10-timer.patch >> 0003-hw-intc-add-al

Re: [Qemu-devel] [PATCH v9 0/5] add allwinner A10 SoC support

2013-12-04 Thread Li Guang
Peter Crosthwaite wrote: Hi Liguang, V9 has some checkpatch errors: [pcrost@xsjandreislx qemu]$ git format-patch HEAD~5 0001-vmstate-add-VMSTATE_PTIMER_ARRAY.patch 0002-hw-timer-add-allwinner-a10-timer.patch 0003-hw-intc-add-allwinner-A10-interrupt-controller.patch 0004-hw-arm-add-allwinner-a10

Re: [Qemu-devel] [PATCH v9 0/5] add allwinner A10 SoC support

2013-12-04 Thread Li Guang
I think with your suggestion of new definition will remove the warnings, and I will fix the error report. Thanks! Peter Crosthwaite wrote: Hi Liguang, V9 has some checkpatch errors: [pcrost@xsjandreislx qemu]$ git format-patch HEAD~5 0001-vmstate-add-VMSTATE_PTIMER_ARRAY.patch 0002-hw-timer-

Re: [Qemu-devel] [PATCH v9 0/5] add allwinner A10 SoC support

2013-12-04 Thread Peter Crosthwaite
Hi Liguang, V9 has some checkpatch errors: [pcrost@xsjandreislx qemu]$ git format-patch HEAD~5 0001-vmstate-add-VMSTATE_PTIMER_ARRAY.patch 0002-hw-timer-add-allwinner-a10-timer.patch 0003-hw-intc-add-allwinner-A10-interrupt-controller.patch 0004-hw-arm-add-allwinner-a10-SoC-support.patch 0005-hw-

[Qemu-devel] [PATCH v9 0/5] add allwinner A10 SoC support

2013-12-04 Thread liguang
lay a foundation for allwinner A10 SoC with a cortex-a8 processor, and will add more devices later. v2: split timer and interrupt controller emulation into their corresponding files. v3: 1. change loader_start address 2. add 64-bit counter 3. fixup fail to clear interrup status