All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC V1 0/6] Live Update: tap and vhost
@ 2024-08-30 11:56 Steve Sistare
  2024-08-30 11:56 ` [RFC V1 1/6] Revert "vhost-backend: remove vhost_kernel_reset_device()" Steve Sistare
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Steve Sistare @ 2024-08-30 11:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Jason Wang, Peter Xu, Fabiano Rosas,
	Euan Turner, Steve Sistare

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-09-03 19:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 11:56 [RFC V1 0/6] Live Update: tap and vhost Steve Sistare
2024-08-30 11:56 ` [RFC V1 1/6] Revert "vhost-backend: remove vhost_kernel_reset_device()" Steve Sistare
2024-09-03 10:44   ` Euan Turner
2024-09-03 19:55     ` Steven Sistare
2024-08-30 11:56 ` [RFC V1 2/6] tap: common return label Steve Sistare
2024-08-30 11:56 ` [RFC V1 3/6] tap: fix net_init_tap() return code Steve Sistare
2024-08-30 11:56 ` [RFC V1 4/6] migration: cpr_get_fd_param helper Steve Sistare
2024-09-03 15:38   ` Fabiano Rosas
2024-08-30 11:56 ` [RFC V1 5/6] tap: cpr support Steve Sistare
2024-08-30 11:56 ` [RFC V1 6/6] tap: postload fix for cpr Steve Sistare

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.