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

2015-07-21 Thread Frederic Konrad
On 11/07/2015 02:29, Hyun Kwon wrote: Hi Fred, Thanks for the patch. -Original Message- From: fred.kon...@greensocs.com [mailto:fred.kon...@greensocs.com] Sent: Monday, July 06, 2015 9:22 AM To: qemu-devel@nongnu.org Cc: peter.mayd...@linaro.org; Peter Crosthwaite; Hyun Kwon; guillaume

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

2015-07-10 Thread Hyun Kwon
Hi Fred, Thanks for the patch. > -Original Message- > From: fred.kon...@greensocs.com [mailto:fred.kon...@greensocs.com] > Sent: Monday, July 06, 2015 9:22 AM > To: qemu-devel@nongnu.org > Cc: peter.mayd...@linaro.org; Peter Crosthwaite; Hyun Kwon; > guillaume.delber...@greensocs.com; mar

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

2015-07-06 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 | 789 +++ hw/dma/xlnx_dpdma.h | 77 + 3 files changed, 867 insertions(+) create mode 1006