cloud-hypervisor/vmm
Sebastien Boeuf b910a7922d vmm: Fix migration when writing/reading big chunks of data
Both read_exact_from() and write_all_to() functions from the GuestMemory
trait implementation in vm-memory are buggy. They should retry until
they wrote or read the amount of data that was expected, but instead
they simply return an error when this happens. This causes the migration
to fail when trying to send important amount of data through the
migration socket, due to large memory regions.

This should be eventually fixed in vm-memory, and here is the link to
follow up on the issue: https://github.com/rust-vmm/vm-memory/issues/174

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-09-27 11:13:56 +02:00
..
src vmm: Fix migration when writing/reading big chunks of data 2021-09-27 11:13:56 +02:00
Cargo.toml build: bump linux-loader from 0.3.0 to 0.4.0 2021-09-24 09:11:57 +00:00