cloud-hypervisor/vmm
Sebastien Boeuf d1ce52f3a8 vmm: memory_manager: Make backing file from snapshot optional
Let's not assume that a backing file is going to be the result from
a snapshot for each memory region. These regions might be backed by
a file on the host filesystem (not a temporary file in host RAM), which
means they don't need to be copied and stored into dedicated files.

That's why this commit prepares for further changes by introducing an
optional PathBuf associated with the snapshot of each memory region.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-08-25 16:43:10 +02:00
..
src vmm: memory_manager: Make backing file from snapshot optional 2020-08-25 16:43:10 +02:00
Cargo.toml build(deps): bump libc from 0.2.74 to 0.2.76 2020-08-21 07:08:35 +00:00