From: Jason Wang <jasowang@redhat.com>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, Jason Wang <jasowang@redhat.com>
Subject: [PULL V2 00/10] Net patches
Date: Thu, 16 Feb 2023 13:24:14 +0800 [thread overview]
Message-ID: <20230216052424.50926-1-jasowang@redhat.com> (raw)
The following changes since commit 6a50f64ca01d0a7b97f14f069762bfd88160f31e:
Merge tag 'pull-request-2023-02-14' of https://gitlab.com/thuth/qemu into staging (2023-02-14 14:46:10 +0000)
are available in the git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for you to fetch changes up to 5e53a346d8bd2bd22522e1e7abd8f122673e4adf:
vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check (2023-02-16 13:17:57 +0800)
----------------------------------------------------------------
Changes since V1:
- Fix the wrong guest error detection in xlnx-zynqmp-can
----------------------------------------------------------------
Christian Svensson (1):
net: Increase L2TPv3 buffer to fit jumboframes
Eugenio Pérez (1):
vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
Fiona Ebner (1):
hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
Joelle van Dyne (1):
vmnet: stop recieving events when VM is stopped
Laurent Vivier (1):
net: stream: add a new option to automatically reconnect
Qiang Liu (2):
hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
hw/net/can/xlnx-zynqmp-can: fix assertion failures in transfer_fifo()
Thomas Huth (3):
net: Move the code to collect available NIC models to a separate function
net: Restore printing of the help text with "-nic help"
net: Replace "Supported NIC models" with "Available NIC models"
hw/net/can/xlnx-zynqmp-can.c | 9 +++-
hw/net/lan9118.c | 17 ++++----
hw/net/vmxnet3.c | 2 +-
hw/pci/pci.c | 29 +------------
include/net/net.h | 14 ++++++
net/l2tpv3.c | 2 +-
net/net.c | 50 +++++++++++++++++++--
net/stream.c | 53 ++++++++++++++++++++++-
net/vhost-vdpa.c | 2 +-
net/vmnet-common.m | 48 ++++++++++++++------
net/vmnet_int.h | 2 +
qapi/net.json | 7 ++-
qemu-options.hx | 6 +--
tests/qtest/netdev-socket.c | 101 +++++++++++++++++++++++++++++++++++++++++++
14 files changed, 280 insertions(+), 62 deletions(-)
next reply other threads:[~2023-02-16 5:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-16 5:24 Jason Wang [this message]
2023-02-16 5:24 ` [PULL V2 01/10] net: Move the code to collect available NIC models to a separate function Jason Wang
2023-02-16 5:24 ` [PULL V2 02/10] net: Restore printing of the help text with "-nic help" Jason Wang
2023-02-16 5:24 ` [PULL V2 03/10] net: Replace "Supported NIC models" with "Available NIC models" Jason Wang
2023-02-16 5:24 ` [PULL V2 04/10] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort Jason Wang
2023-02-16 5:24 ` [PULL V2 05/10] hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value Jason Wang
2023-02-16 5:24 ` [PULL V2 06/10] net: Increase L2TPv3 buffer to fit jumboframes Jason Wang
2023-02-16 5:24 ` [PULL V2 07/10] vmnet: stop recieving events when VM is stopped Jason Wang
2023-02-16 5:24 ` [PULL V2 08/10] hw/net/can/xlnx-zynqmp-can: fix assertion failures in transfer_fifo() Jason Wang
2023-02-16 5:24 ` [PULL V2 09/10] net: stream: add a new option to automatically reconnect Jason Wang
2023-02-16 5:24 ` [PULL V2 10/10] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check Jason Wang
2023-02-16 7:59 ` [PULL V2 00/10] Net patches Philippe Mathieu-Daudé
2023-02-17 5:25 ` 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=20230216052424.50926-1-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).