From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42618 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzFzV-0002VK-1S for qemu-devel@nongnu.org; Mon, 14 Mar 2011 18:11:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzFzS-0002Jc-G0 for qemu-devel@nongnu.org; Mon, 14 Mar 2011 18:11:52 -0400 Received: from mail-ew0-f45.google.com ([209.85.215.45]:59518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzFzS-0002JT-7V for qemu-devel@nongnu.org; Mon, 14 Mar 2011 18:11:50 -0400 Received: by ewy24 with SMTP id 24so1926090ewy.4 for ; Mon, 14 Mar 2011 15:11:49 -0700 (PDT) Date: Mon, 14 Mar 2011 23:11:44 +0100 From: "Edgar E. Iglesias" Subject: Re: [Qemu-devel] [PATCH 2/3] xilinx: Add AXIENET & DMA models Message-ID: <20110314221144.GA6691@laped.lan> References: <1300110364-21373-1-git-send-email-edgar.iglesias@petalogix.com> <1300110364-21373-3-git-send-email-edgar.iglesias@petalogix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Michal Simek , qemu-devel@nongnu.org On Mon, Mar 14, 2011 at 09:56:23PM +0200, Blue Swirl wrote: > On Mon, Mar 14, 2011 at 3:46 PM, wrote: > > From: Edgar E. Iglesias > > > > Signed-off-by: Edgar E. Iglesias > > --- > >  Makefile.target     |    2 + > >  hw/xilinx_axidma.c  |  463 +++++++++++++++++++++++++++ > >  hw/xilinx_axidma.h  |   40 +++ > >  hw/xilinx_axienet.c |  857 +++++++++++++++++++++++++++++++++++++++++++++++++++ > >  4 files changed, 1362 insertions(+), 0 deletions(-) > >  create mode 100644 hw/xilinx_axidma.c > >  create mode 100644 hw/xilinx_axidma.h > >  create mode 100644 hw/xilinx_axienet.c Thanks Blue, I'll take care of your comments and get back with a v2. Cheers