qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/3] QOMify AXI stream for Xilinx AXI ethernet/DMA
@ 2012-06-16 10:39 Peter A. G. Crosthwaite
  2012-06-16 10:39 ` [Qemu-devel] [PATCH v1 1/3] qom: reimplement Interfaces Peter A. G. Crosthwaite
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter A. G. Crosthwaite @ 2012-06-16 10:39 UTC (permalink / raw)
  To: qemu-devel, edgar.iglesias, aliguori, pbonzini
  Cc: peter.maydell, peter.crosthwaite, paul, afaerber, john.williams,
	avi

Next revision of the series for AXI-stream, rebased on anthonys refactoring of the Interface system. Anthonys patch is already on the mailing list, but I have included it form completeness. There was an issue with combining links and interface that is resolved and discussed in the Blurb for P3. P2 is all the device-land stuff.

Anthony Liguori (1):
  qom: reimplement Interfaces

Peter A. G. Crosthwaite (2):
  xilinx_axi*: Re-implemented interconnect
  qom: Converged dynamic cast for interfaces & objs

 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             |  236 +++++++++++++++++++---------------------------
 10 files changed, 268 insertions(+), 260 deletions(-)
 create mode 100644 hw/stream.c
 create mode 100644 hw/stream.h
 delete mode 100644 hw/xilinx_axidma.h

-- 
1.7.3.2

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

end of thread, other threads:[~2012-06-18  4:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 10:39 [Qemu-devel] [PATCH v1 0/3] QOMify AXI stream for Xilinx AXI ethernet/DMA Peter A. G. Crosthwaite
2012-06-16 10:39 ` [Qemu-devel] [PATCH v1 1/3] qom: reimplement Interfaces Peter A. G. Crosthwaite
2012-06-16 10:39 ` [Qemu-devel] [PATCH v1 2/3] xilinx_axi*: Re-implemented interconnect Peter A. G. Crosthwaite
2012-06-16 10:39 ` [Qemu-devel] [PATCH v1 3/3] qom: Converged dynamic cast for interfaces & objs Peter A. G. Crosthwaite
2012-06-18  4:25   ` Peter Crosthwaite

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).