cloud-hypervisor/vmm
Sebastien Boeuf 59031531b6 vmm: Simplify the way memory is snapshot and restored
By using a single file for storing the memory ranges, we simplify the
way snapshot/restore works by avoiding multiples files, but the main and
more important point is that we have now a way to save only the ranges
that matter. In particular, the ranges related to virtio-mem regions are
not always fully hotplugged, meaning we don't want to save the entire
region. That's where the usage of memory ranges is interesting as it
lets us optimize the snapshot/restore process when one or multiple
virtio-mem regions are involved.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-09-28 10:15:22 -07:00
..
src vmm: Simplify the way memory is snapshot and restored 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