From: Jason Wang <jasowang@redhat.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [PULL 00/12] Net patches
Date: Fri, 11 Jun 2021 14:00:12 +0800 [thread overview]
Message-ID: <20210611060024.46763-1-jasowang@redhat.com> (raw)
The following changes since commit 7fe7fae8b48e3f9c647fd685e5155ebc8e6fb84d:
Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-20210609a' into staging (2021-06-09 16:40:21 +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 5a2d9929ac1f01a1e8ef2a3f56f69e6069863dad:
Fixed calculation error of pkt->header_size in fill_pkt_tcp_info() (2021-06-11 10:30:13 +0800)
----------------------------------------------------------------
----------------------------------------------------------------
Jason Wang (4):
vhost-vdpa: skip ram device from the IOTLB mapping
vhost-vdpa: map virtqueue notification area if possible
vhost-vdpa: don't initialize backend_features
vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()
Paolo Bonzini (1):
netdev: add more commands to preconfig mode
Rao, Lei (7):
Remove some duplicate trace code.
Fix the qemu crash when guest shutdown during checkpoint
Optimize the function of filter_send
Remove migrate_set_block_enabled in checkpoint
Add a function named packet_new_nocopy for COLO.
Add the function of colo_compare_cleanup
Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()
hmp-commands.hx | 2 +
hw/virtio/vhost-vdpa.c | 100 +++++++++++++++++++++++++++++++++++------
include/hw/virtio/vhost-vdpa.h | 6 +++
include/net/vhost-vdpa.h | 1 -
migration/colo.c | 6 ---
migration/migration.c | 4 ++
net/colo-compare.c | 25 +++++------
net/colo-compare.h | 1 +
net/colo.c | 25 +++++++----
net/colo.h | 1 +
net/filter-mirror.c | 8 ++--
net/filter-rewriter.c | 3 +-
net/net.c | 4 ++
net/vhost-vdpa.c | 9 ----
qapi/net.json | 6 ++-
softmmu/runstate.c | 1 +
16 files changed, 143 insertions(+), 59 deletions(-)
next reply other threads:[~2021-06-11 6:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-11 6:00 Jason Wang [this message]
2021-06-11 6:00 ` [PULL 01/12] vhost-vdpa: skip ram device from the IOTLB mapping Jason Wang
2021-06-11 6:00 ` [PULL 02/12] vhost-vdpa: map virtqueue notification area if possible Jason Wang
2021-06-11 6:00 ` [PULL 03/12] vhost-vdpa: don't initialize backend_features Jason Wang
2021-06-11 6:00 ` [PULL 04/12] vhost-vdpa: remove the unused vhost_vdpa_get_acked_features() Jason Wang
2021-06-11 6:00 ` [PULL 05/12] netdev: add more commands to preconfig mode Jason Wang
2021-06-11 6:00 ` [PULL 06/12] Remove some duplicate trace code Jason Wang
2021-06-11 6:00 ` [PULL 07/12] Fix the qemu crash when guest shutdown during checkpoint Jason Wang
2021-06-11 6:00 ` [PULL 08/12] Optimize the function of filter_send Jason Wang
2021-06-11 6:00 ` [PULL 09/12] Remove migrate_set_block_enabled in checkpoint Jason Wang
2021-06-11 6:00 ` [PULL 10/12] Add a function named packet_new_nocopy for COLO Jason Wang
2021-06-11 6:00 ` [PULL 11/12] Add the function of colo_compare_cleanup Jason Wang
2021-06-11 6:00 ` [PULL 12/12] Fixed calculation error of pkt->header_size in fill_pkt_tcp_info() Jason Wang
2021-06-11 12:02 ` [PULL 00/12] Net patches Peter Maydell
2021-06-14 22:43 ` no-reply
-- strict thread matches above, loose matches on Subject: below --
2023-03-28 5:19 Jason Wang
2023-03-28 16:00 ` Peter Maydell
2025-07-21 5:59 Jason Wang
2025-07-21 13:59 ` Stefan Hajnoczi
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=20210611060024.46763-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.