cloud-hypervisor/virtio-devices
Sebastien Boeuf b62a40efae virtio-devices, vmm: Always restore virtio devices in paused state
Following the new restore design, it is not appropriate to set every
virtio device threads into a paused state after they've been started.

This is why we remove the line of code pausing the devices only after
they've been restored, and replace it with a small patch in every virtio
device implementation. When a virtio device is created as part of a
restored VM, the associated "paused" boolean is set to true. This
ensures the corresponding thread will be directly parked when being
started, avoiding the thread to be in a different state than the one it
was on the source VM during the snapshot.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-12-01 09:27:00 +01:00
..
src virtio-devices, vmm: Always restore virtio devices in paused state 2022-12-01 09:27:00 +01:00
Cargo.toml build: Move to released versions of vhost and vhost-user-backend crates 2022-11-30 12:12:34 +00:00