[PATCH v2 0/2] virtio-net: vhost-user: Implement internal migration

Laurent Vivier posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250115135044.799698-1-lvivier@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>
include/hw/virtio/vhost.h |  23 +++++++
hw/net/virtio-net.c       | 135 +++++++++++++++++++++++++++++++-------
2 files changed, 135 insertions(+), 23 deletions(-)
[PATCH v2 0/2] virtio-net: vhost-user: Implement internal migration
Posted by Laurent Vivier 1 year ago
Add support of VHOST_USER_PROTOCOL_F_DEVICE_STATE in virtio-net
with vhost-user backend.

v2:
  - Add stubs for the migration state transfer interface

Laurent Vivier (2):
  vhost: Add stubs for the migration state transfer interface
  virtio-net: vhost-user: Implement internal migration

 include/hw/virtio/vhost.h |  23 +++++++
 hw/net/virtio-net.c       | 135 +++++++++++++++++++++++++++++++-------
 2 files changed, 135 insertions(+), 23 deletions(-)

-- 
2.47.1