From: "Cédric Le Goater" <clg@kaod.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, qemu-arm@nongnu.org,
"Jason Wang" <jasowang@redhat.com>,
"Samuel Thibault" <samuel.thibault@ens-lyon.org>,
"Dmitry Fleytman" <dmitry@daynix.com>,
"Jan Kiszka" <jan.kiszka@siemens.com>,
"Cédric Le Goater" <clg@kaod.org>
Subject: [Qemu-devel] [RFC PATCH 0/4] FTGMAC100 model for the Aspeed SoCs
Date: Tue, 29 Nov 2016 18:41:59 +0100 [thread overview]
Message-ID: <1480441323-31417-1-git-send-email-clg@kaod.org> (raw)
Hi,
The Aspeed SoCs AST2400 and AST2500 have two FTGMAC100 ethernet
controllers. This serie proposes a model for this device and a way to
customize the bit definitions which are slightly different from the
Faraday definitions.
The last patch adds a fake NC-SI (Network Controller Sideband
Interface) backend to pretend a NIC is being managed.
Thanks,
C.
Cédric Le Goater (4):
net: add FTGMAC100 support
net/ftgmac100: add a 'aspeed' property
aspeed: add a FTGMAC100 nic
slirp: add a fake NC-SI backend
default-configs/arm-softmmu.mak | 1 +
hw/arm/aspeed_soc.c | 21 +
hw/net/Makefile.objs | 1 +
hw/net/ftgmac100.c | 866 ++++++++++++++++++++++++++++++++++++++++
include/hw/arm/aspeed_soc.h | 2 +
include/hw/net/ftgmac100.h | 54 +++
include/net/eth.h | 1 +
slirp/Makefile.objs | 2 +-
slirp/ncsi-pkt.h | 418 +++++++++++++++++++
slirp/ncsi.c | 78 ++++
slirp/slirp.c | 4 +
slirp/slirp.h | 3 +
12 files changed, 1450 insertions(+), 1 deletion(-)
create mode 100644 hw/net/ftgmac100.c
create mode 100644 include/hw/net/ftgmac100.h
create mode 100644 slirp/ncsi-pkt.h
create mode 100644 slirp/ncsi.c
--
2.7.4
next reply other threads:[~2016-11-29 17:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-29 17:41 Cédric Le Goater [this message]
2016-11-29 17:42 ` [Qemu-devel] [RFC PATCH 1/4] net: add FTGMAC100 support Cédric Le Goater
2016-11-29 17:42 ` [Qemu-devel] [RFC PATCH 2/4] net/ftgmac100: add a 'aspeed' property Cédric Le Goater
2016-11-29 17:42 ` [Qemu-devel] [RFC PATCH 3/4] aspeed: add a FTGMAC100 nic Cédric Le Goater
2016-11-29 17:42 ` [Qemu-devel] [RFC PATCH 4/4] slirp: add a fake NC-SI backend Cédric Le Goater
2016-12-16 16:48 ` [Qemu-devel] [RFC PATCH 0/4] FTGMAC100 model for the Aspeed SoCs Peter Maydell
2016-12-16 17:24 ` Cédric Le Goater
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=1480441323-31417-1-git-send-email-clg@kaod.org \
--to=clg@kaod.org \
--cc=dmitry@daynix.com \
--cc=jan.kiszka@siemens.com \
--cc=jasowang@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=samuel.thibault@ens-lyon.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).