cloud-hypervisor/vmm
Sebastien Boeuf 86f86c5348 vmm: Optimize migration for virtio-mem
Copy only the memory ranges that have been plugged through virtio-mem,
allowing for an interesting optimization regarding the time it takes to
migrate a large virtio-mem device. Even if the hotpluggable space is
very large (say 64GiB), if only 1GiB has been previously added to the
VM, only 1GiB will be sent to the destination VM, avoiding the transfer
of the remaining 63GiB which are unused.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-09-28 10:15:22 -07:00
..
src vmm: Optimize migration for virtio-mem 2021-09-28 10:15:22 -07:00
Cargo.toml build: bump libc from 0.2.102 to 0.2.103 2021-09-28 10:45:35 +00:00