From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0r9i-0008CU-P7 for qemu-devel@nongnu.org; Mon, 13 Aug 2012 05:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0r9h-0008II-PC for qemu-devel@nongnu.org; Mon, 13 Aug 2012 05:41:50 -0400 Received: from mail-lpp01m010-f45.google.com ([209.85.215.45]:53609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0r9h-0008I9-GP for qemu-devel@nongnu.org; Mon, 13 Aug 2012 05:41:49 -0400 Received: by lagz14 with SMTP id z14so1694936lag.4 for ; Mon, 13 Aug 2012 02:41:48 -0700 (PDT) Date: Mon, 13 Aug 2012 11:41:44 +0200 From: "Edgar E. Iglesias" Message-ID: <20120813094143.GD14484@edde.se.axis.com> References: <1344568571-11755-1-git-send-email-peter.crosthwaite@petalogix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1344568571-11755-1-git-send-email-peter.crosthwaite@petalogix.com> Subject: Re: [Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Peter A. G. Crosthwaite" Cc: pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org On Fri, Aug 10, 2012 at 01:16:09PM +1000, Peter A. G. Crosthwaite wrote: > The following changes since commit 3d1d9652978ac5a32a0beb4bdf6065ca39440d89: > Bruce Rogers (1): > handle device help before accelerator set up > > are available in the git repository at: > > git://developer.petalogix.com/public/qemu.git for-upstream/axi-stream.next > > Anthony Liguori (1): > qom: Reimplement Interfaces > > Peter A. G. Crosthwaite (1): > xilinx_axi*: Re-implemented interconnect Applied, thanks Peter. Cheers, Edgar > > hw/Makefile.objs | 1 + > hw/petalogix_ml605_mmu.c | 24 +++-- > hw/stream.c | 23 +++++ > hw/stream.h | 31 +++++++ > hw/xilinx.h | 22 ++--- > hw/xilinx_axidma.c | 74 +++++++++------- > hw/xilinx_axidma.h | 39 -------- > hw/xilinx_axienet.c | 32 ++++--- > include/qemu/object.h | 46 ++++++---- > qom/object.c | 220 ++++++++++++++++++---------------------------- > 10 files changed, 255 insertions(+), 257 deletions(-) > create mode 100644 hw/stream.c > create mode 100644 hw/stream.h > delete mode 100644 hw/xilinx_axidma.h