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

2015-05-18 Thread Frederic Konrad
On 18/05/2015 10:17, Peter Crosthwaite wrote: On Wed, May 13, 2015 at 12:12 PM, wrote: From: KONRAD Frederic This is the implementation of the DPDMA. Signed-off-by: KONRAD Frederic --- hw/dma/Makefile.objs |1 + hw/dma/xilinx_dpdma.c | 1149 +

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

2015-05-18 Thread Peter Crosthwaite
On Wed, May 13, 2015 at 12:12 PM, wrote: > From: KONRAD Frederic > > This is the implementation of the DPDMA. > > Signed-off-by: KONRAD Frederic > --- > hw/dma/Makefile.objs |1 + > hw/dma/xilinx_dpdma.c | 1149 > + > hw/dma/xilinx_dpdma.h

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

2015-05-13 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/xilinx_dpdma.c | 1149 + hw/dma/xilinx_dpdma.h | 71 +++ 3 files changed, 1221 insertions(+) create mode 1