From patchwork Fri Aug 10 03:16:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PULL,0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA Date: Thu, 09 Aug 2012 17:16:09 -0000 From: "Peter A. G. Crosthwaite" X-Patchwork-Id: 176349 Message-Id: <1344568571-11755-1-git-send-email-peter.crosthwaite@petalogix.com> To: peter.crosthwaite@petalogix.com, qemu-devel@nongnu.org, pbonzini@redhat.com, aliguori@us.ibm.com, edgar.iglesias@gmail.com 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 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