From: Jason Wang <jasowang@redhat.com>
To: peter.maydell@linaro.org, qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PULL V2 0/8] Net patches
Date: Tue, 25 Apr 2017 19:26:00 +0800 [thread overview]
Message-ID: <1493119568-15218-1-git-send-email-jasowang@redhat.com> (raw)
The following changes since commit 32c7e0ab755745e961f1772e95cac381cc68769d:
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' into staging (2017-04-21 15:59:27 +0100)
are available in the git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for you to fetch changes up to 0fc8aec7de64f2bf83a274a2a38b938ce03425d2:
COLO-compare: Optimize tcp compare trace event (2017-04-25 19:17:25 +0800)
----------------------------------------------------------------
Changes from V1:
- Fix clang warnings
----------------------------------------------------------------
Cédric Le Goater (5):
hw/net: add MII definitions
net: add FTGMAC100 support
net/ftgmac100: add a 'aspeed' property
aspeed: add a FTGMAC100 nic
slirp: add a fake NC-SI backend
Zhang Chen (3):
colo-compare: Fix old packet check bug.
COLO-compare: Optimize tcp compare for option field
COLO-compare: Optimize tcp compare trace event
default-configs/arm-softmmu.mak | 1 +
hw/arm/aspeed_soc.c | 21 +
hw/net/Makefile.objs | 1 +
hw/net/ftgmac100.c | 1016 +++++++++++++++++++++++++++++++++++++++
include/hw/arm/aspeed_soc.h | 2 +
include/hw/net/ftgmac100.h | 64 +++
include/hw/net/mii.h | 71 ++-
include/net/eth.h | 1 +
net/colo-compare.c | 69 ++-
net/trace-events | 3 +-
slirp/Makefile.objs | 2 +-
slirp/ncsi-pkt.h | 419 ++++++++++++++++
slirp/ncsi.c | 130 +++++
slirp/slirp.c | 4 +
slirp/slirp.h | 3 +
15 files changed, 1770 insertions(+), 37 deletions(-)
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
next reply other threads:[~2017-04-25 11:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-25 11:26 Jason Wang [this message]
2017-04-25 11:26 ` [Qemu-devel] [PULL V2 1/8] colo-compare: Fix old packet check bug Jason Wang
2017-04-25 11:26 ` [Qemu-devel] [PULL V2 2/8] hw/net: add MII definitions Jason Wang
2017-04-25 11:26 ` [Qemu-devel] [PULL V2 3/8] net: add FTGMAC100 support Jason Wang
2017-04-25 11:26 ` [Qemu-devel] [PULL V2 4/8] net/ftgmac100: add a 'aspeed' property Jason Wang
2017-04-25 11:26 ` [Qemu-devel] [PULL V2 5/8] aspeed: add a FTGMAC100 nic Jason Wang
2017-04-25 11:26 ` [Qemu-devel] [PULL V2 6/8] slirp: add a fake NC-SI backend Jason Wang
2017-04-25 11:26 ` [Qemu-devel] [PULL V2 7/8] COLO-compare: Optimize tcp compare for option field Jason Wang
2017-04-25 11:26 ` [Qemu-devel] [PULL V2 8/8] COLO-compare: Optimize tcp compare trace event Jason Wang
2017-04-26 15:18 ` Peter Maydell
2017-04-26 15:55 ` Peter Maydell
2017-04-27 2:28 ` Jason Wang
2017-04-27 2:50 ` Zhang Chen
2017-04-25 13:48 ` [Qemu-devel] [PULL V2 0/8] Net patches Peter Maydell
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=1493119568-15218-1-git-send-email-jasowang@redhat.com \
--to=jasowang@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).