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

Steve Sistare posted 6 patches 2 months, 3 weeks ago
Only 0 patches received!
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(-)
[RFC V1 0/6] Live Update: tap and vhost
Posted by Steve Sistare 2 months, 3 weeks ago
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(-)

-- 
1.8.3.1