mbox series

[RFC,V1,0/6] Live Update: tap and vhost

Message ID 1725018997-363706-1-git-send-email-steven.sistare@oracle.com (mailing list archive)
Headers show
Series Live Update: tap and vhost | expand

Message

Steven Sistare Aug. 30, 2024, 11:56 a.m. UTC
Add CPR support for tap with/without vhost.
Works for cpr-exec and cpr-transfer.

Steve Sistare (6):
  Revert "vhost-backend: remove vhost_kernel_reset_device()"
  tap: common return label
  tap: fix net_init_tap() return code
  migration: cpr_get_fd_param helper
  tap: cpr support
  tap: postload fix for cpr

 hw/net/virtio-net.c       |  20 +++++++
 hw/virtio/vhost-backend.c |   6 +++
 include/migration/cpr.h   |   2 +
 include/net/tap.h         |   1 +
 migration/cpr.c           |  26 ++++++++++
 net/tap.c                 | 130 ++++++++++++++++++++++++++++++++++------------
 6 files changed, 151 insertions(+), 34 deletions(-)