Re: [Qemu-devel] [PATCH] ARM Cortex A9 Global Timer

2013-04-16 Thread Peter Crosthwaite
Hi Francois, On Tue, Apr 16, 2013 at 1:41 AM, François Legal wrote: > Hello, > > > > I made up this patch to implement the Cortex A9 global timer in Qemu. > > My patch is based on the Qemu branch maintained by Xilinx for the Zynq. > Patches against this tree can be submitted to g...@xilinx.com.

Re: [Qemu-devel] [PATCH] ARM Cortex A9 Global Timer

2013-04-16 Thread Peter Maydell
On 16 April 2013 13:09, François Legal wrote: Ugh. Your mail client has completely mangled things (it's run all the lines of code into each other and it's still posting as multipart text+HTML). Please could you look at fixing its configuration -- it makes it hard to reply in response to individua

Re: [Qemu-devel] [PATCH] ARM Cortex A9 Global Timer

2013-04-16 Thread François Legal
Le 16-04-2013 11:50, Peter Maydell a écrit : > On 15 April 2013 16:41, François Legal wrote: > >> I made up this patch to implement the Cortex A9 global timer in Qemu. My patch is based on the Qemu branch maintained by Xilinx for the Zynq. > > Hi François; thanks for this patch. Some commen

Re: [Qemu-devel] [PATCH] ARM Cortex A9 Global Timer

2013-04-16 Thread Peter Maydell
On 15 April 2013 16:41, François Legal wrote: > I made up this patch to implement the Cortex A9 global timer in Qemu. > > My patch is based on the Qemu branch maintained by Xilinx for the Zynq. Hi François; thanks for this patch. Some comments on the code below. Firstly, if you could send future

[Qemu-devel] [PATCH] ARM Cortex A9 Global Timer

2013-04-15 Thread François Legal
Hello, I made up this patch to implement the Cortex A9 global timer in Qemu. My patch is based on the Qemu branch maintained by Xilinx for the Zynq. diff -urN qemu-master/hw/cpu/a9mpcore.c qemu-master.new/hw/cpu/a9mpcore.c --- qemu-master/hw/cpu/a9mpcore.c 2013-04-08 20:12:33.0 +02