Re: [Qemu-devel] [PATCH V4 6/8] Introduce xilinx dpdma.

2015-09-04 Thread Alistair Francis
On Fri, Sep 4, 2015 at 2:01 AM, Frederic Konrad wrote: > On 04/09/2015 01:34, Alistair Francis wrote: >> >> On Thu, Sep 3, 2015 at 12:28 AM, Frederic Konrad >> wrote: >>> >>> On 02/09/2015 23:39, Alistair Francis wrote: On Tue, Jul 21, 2015 at 10:17 AM, wrote: > > From: KONRAD

Re: [Qemu-devel] [PATCH V4 6/8] Introduce xilinx dpdma.

2015-09-04 Thread Frederic Konrad
On 04/09/2015 01:34, Alistair Francis wrote: On Thu, Sep 3, 2015 at 12:28 AM, Frederic Konrad wrote: On 02/09/2015 23:39, Alistair Francis wrote: On Tue, Jul 21, 2015 at 10:17 AM, wrote: From: KONRAD Frederic This is the implementation of the DPDMA. Signed-off-by: KONRAD Frederic ---

Re: [Qemu-devel] [PATCH V4 6/8] Introduce xilinx dpdma.

2015-09-03 Thread Alistair Francis
On Thu, Sep 3, 2015 at 12:28 AM, Frederic Konrad wrote: > On 02/09/2015 23:39, Alistair Francis wrote: >> >> On Tue, Jul 21, 2015 at 10:17 AM, wrote: >>> >>> From: KONRAD Frederic >>> >>> This is the implementation of the DPDMA. >>> >>> Signed-off-by: KONRAD Frederic >>> --- >>> hw/dma/Makef

Re: [Qemu-devel] [PATCH V4 6/8] Introduce xilinx dpdma.

2015-09-03 Thread Frederic Konrad
On 02/09/2015 23:39, Alistair Francis wrote: On Tue, Jul 21, 2015 at 10:17 AM, wrote: From: KONRAD Frederic This is the implementation of the DPDMA. Signed-off-by: KONRAD Frederic --- hw/dma/Makefile.objs | 1 + hw/dma/xlnx_dpdma.c | 790 ++

Re: [Qemu-devel] [PATCH V4 6/8] Introduce xilinx dpdma.

2015-09-02 Thread Alistair Francis
On Tue, Jul 21, 2015 at 10:17 AM, wrote: > From: KONRAD Frederic > > This is the implementation of the DPDMA. > > Signed-off-by: KONRAD Frederic > --- > hw/dma/Makefile.objs | 1 + > hw/dma/xlnx_dpdma.c | 790 > +++ > hw/dma/xlnx_dpdma.h |

[Qemu-devel] [PATCH V4 6/8] Introduce xilinx dpdma.

2015-07-21 Thread fred . konrad
From: KONRAD Frederic This is the implementation of the DPDMA. Signed-off-by: KONRAD Frederic --- hw/dma/Makefile.objs | 1 + hw/dma/xlnx_dpdma.c | 790 +++ hw/dma/xlnx_dpdma.h | 85 ++ 3 files changed, 876 insertions(+) create mode 100