qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA
@ 2012-08-10  3:16 Peter A. G. Crosthwaite
  2012-08-10  3:16 ` [Qemu-devel] [PATCH 1/2] qom: Reimplement Interfaces Peter A. G. Crosthwaite
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Peter A. G. Crosthwaite @ 2012-08-10  3:16 UTC (permalink / raw)
  To: peter.crosthwaite, qemu-devel, pbonzini, aliguori, edgar.iglesias

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

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA
@ 2012-08-10  2:30 Peter A. G. Crosthwaite
  2012-08-10  2:30 ` [Qemu-devel] [PATCH 1/2] qom: Reimplement Interfaces Peter A. G. Crosthwaite
  0 siblings, 1 reply; 12+ messages in thread
From: Peter A. G. Crosthwaite @ 2012-08-10  2:30 UTC (permalink / raw)
  To: peter.crosthwaite, qemu-devel, pbonzini, aliguori, edgar.iglesias

are available in the git repository at:

  git://developer.petalogix.com/public/qemu.git ..BRANCH.NOT.VERIFIED..

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

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA
@ 2012-08-06  3:07 Peter A. G. Crosthwaite
  2012-08-06  3:07 ` [Qemu-devel] [PATCH 1/2] qom: Reimplement Interfaces Peter A. G. Crosthwaite
  0 siblings, 1 reply; 12+ messages in thread
From: Peter A. G. Crosthwaite @ 2012-08-06  3:07 UTC (permalink / raw)
  To: peter.crosthwaite, aliguori, pbonzini, qemu-devel, edgar.iglesias
  Cc: john.williams

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-08-13 17:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10  3:16 [Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA Peter A. G. Crosthwaite
2012-08-10  3:16 ` [Qemu-devel] [PATCH 1/2] qom: Reimplement Interfaces Peter A. G. Crosthwaite
2012-08-10  9:15   ` Andreas Färber
2012-08-10 10:43     ` Peter Crosthwaite
2012-08-10  3:16 ` [Qemu-devel] [PATCH 2/2] xilinx_axi*: Re-implemented interconnect Peter A. G. Crosthwaite
2012-08-13  9:41 ` [Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA Edgar E. Iglesias
2012-08-13 16:50   ` Andreas Färber
2012-08-13 17:58     ` Edgar E. Iglesias
  -- strict thread matches above, loose matches on Subject: below --
2012-08-10  2:30 Peter A. G. Crosthwaite
2012-08-10  2:30 ` [Qemu-devel] [PATCH 1/2] qom: Reimplement Interfaces Peter A. G. Crosthwaite
2012-08-06  3:07 [Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA Peter A. G. Crosthwaite
2012-08-06  3:07 ` [Qemu-devel] [PATCH 1/2] qom: Reimplement Interfaces Peter A. G. Crosthwaite
2012-08-07 23:46   ` Peter Crosthwaite
2012-08-08  7:55     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).