Re: [PATCH v3 3/5] vhost-user: Interface for migration state transfer

2023-09-25 Thread Stefan Hajnoczi
On Fri, Sep 15, 2023 at 12:25:28PM +0200, Hanna Czenczek wrote: > Add the interface for transferring the back-end's state during migration > as defined previously in vhost-user.rst. > > Signed-off-by: Hanna Czenczek > --- > include/hw/virtio/vhost-backend.h | 24 + > include/hw/virtio/vhost

[PATCH v3 3/5] vhost-user: Interface for migration state transfer

2023-09-15 Thread Hanna Czenczek
Add the interface for transferring the back-end's state during migration as defined previously in vhost-user.rst. Signed-off-by: Hanna Czenczek --- include/hw/virtio/vhost-backend.h | 24 + include/hw/virtio/vhost.h | 79 hw/virtio/vhost-user.c| 148 +++