cloud-hypervisor/virtio-devices
Sebastien Boeuf 152a3b98c9 virtio-devices: vhost_user: Shutdown communication after migration
During a migration, the vhost-user device talks to the backend to
retrieve the dirty pages. Once done with this, a snapshot will be taken,
meaning there's no need to communicate with the backend anymore. Closing
the communication is needed to let the destination VM being able to
connect to the same backend.

That's why we shutdown the communication with the backend in case a
migration has been started and we're asked for a snapshot.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-08-10 12:36:58 -07:00
..
src virtio-devices: vhost_user: Shutdown communication after migration 2021-08-10 12:36:58 -07:00
Cargo.toml build: Bump dependencies 2021-08-10 15:24:28 +01:00