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(-)