From: Jason Wang <jasowang@redhat.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [PULL 0/4] Net patches
Date: Mon, 28 Oct 2019 14:35:16 +0800 [thread overview]
Message-ID: <1572244520-14737-1-git-send-email-jasowang@redhat.com> (raw)
The following changes since commit 187f35512106501fe9a11057f4d8705431e0026d:
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-251019-3' into staging (2019-10-26 10:13:48 +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 5af982a47cf6b6cd9beb872e5a9b940e43df5bf9:
COLO-compare: Fix incorrect `if` logic (2019-10-28 14:28:31 +0800)
----------------------------------------------------------------
----------------------------------------------------------------
Fan Yang (1):
COLO-compare: Fix incorrect `if` logic
Michael S. Tsirkin (1):
virtio: new post_load hook
Mikhail Sennikovsky (1):
virtio-net: prevent offloads reset on migration
Sven Schnelle (1):
net: add tulip (dec21143) driver
MAINTAINERS | 6 +
hw/net/Kconfig | 5 +
hw/net/Makefile.objs | 1 +
hw/net/trace-events | 14 +
hw/net/tulip.c | 1029 ++++++++++++++++++++++++++++++++++++++++
hw/net/tulip.h | 267 +++++++++++
hw/net/virtio-net.c | 27 +-
hw/virtio/virtio.c | 7 +
include/hw/pci/pci_ids.h | 1 +
include/hw/virtio/virtio-net.h | 2 +
include/hw/virtio/virtio.h | 6 +
net/colo-compare.c | 6 +-
12 files changed, 1365 insertions(+), 6 deletions(-)
create mode 100644 hw/net/tulip.c
create mode 100644 hw/net/tulip.h
next reply other threads:[~2019-10-28 6:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-28 6:35 Jason Wang [this message]
2019-10-28 6:35 ` [PULL 1/4] net: add tulip (dec21143) driver Jason Wang
2019-10-28 6:35 ` [PULL 2/4] virtio: new post_load hook Jason Wang
2019-10-28 6:35 ` [PULL 3/4] virtio-net: prevent offloads reset on migration Jason Wang
2019-10-28 6:35 ` [PULL 4/4] COLO-compare: Fix incorrect `if` logic Jason Wang
2019-10-28 21:42 ` [PULL 0/4] Net patches Peter Maydell
2019-10-29 2:33 ` Jason Wang
-- strict thread matches above, loose matches on Subject: below --
2019-11-25 15:40 Jason Wang
2019-11-26 12:36 ` Peter Maydell
2020-07-28 5:57 Jason Wang
2020-07-28 9:02 ` Jason Wang
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=1572244520-14737-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).