Re: [PATCH v3 5/5] vhost-user-fs: Implement internal migration

2023-09-25 Thread Stefan Hajnoczi
On Fri, Sep 15, 2023 at 12:25:30PM +0200, Hanna Czenczek wrote: > A virtio-fs device's VM state consists of: > - the virtio device (vring) state (VMSTATE_VIRTIO_DEVICE) > - the back-end's (virtiofsd's) internal state > > We get/set the latter via the new vhost operations to transfer migratory > st

[PATCH v3 5/5] vhost-user-fs: Implement internal migration

2023-09-15 Thread Hanna Czenczek
A virtio-fs device's VM state consists of: - the virtio device (vring) state (VMSTATE_VIRTIO_DEVICE) - the back-end's (virtiofsd's) internal state We get/set the latter via the new vhost operations to transfer migratory state. It is its own dedicated subsection, so that for external migration, it