From: "Peter A. G. Crosthwaite" <peter.crosthwaite@petalogix.com>
To: qemu-devel@nongnu.org, edgar.iglesias@gmail.com,
aliguori@us.ibm.com, pbonzini@redhat.com
Cc: peter.maydell@linaro.org, peter.crosthwaite@petalogix.com,
paul@codesourcery.com, afaerber@suse.de,
john.williams@petalogix.com, avi@redhat.com
Subject: [Qemu-devel] [PATCH v1 0/3] QOMify AXI stream for Xilinx AXI ethernet/DMA
Date: Sat, 16 Jun 2012 20:39:00 +1000 [thread overview]
Message-ID: <cover.1339843070.git.peter.crosthwaite@petalogix.com> (raw)
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
next reply other threads:[~2012-06-16 10:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-16 10:39 Peter A. G. Crosthwaite [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1339843070.git.peter.crosthwaite@petalogix.com \
--to=peter.crosthwaite@petalogix.com \
--cc=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=edgar.iglesias@gmail.com \
--cc=john.williams@petalogix.com \
--cc=paul@codesourcery.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).