cloud-hypervisor/vmm
Rob Bradford cb88ceeae8 vmm: memory_manager: Move the restoration of guest memory later
Rather than filling the guest memory from a file at the point of the the
guest memory region being created instead fill from the file later. This
simplifies the region creation code but also adds flexibility for
sourcing the guest memory from a source other than an on disk file.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-10-30 12:31:47 +01:00
..
src vmm: memory_manager: Move the restoration of guest memory later 2020-10-30 12:31:47 +01:00
Cargo.toml vmm: Use thiserror/anyhow for vmm::Error 2020-10-27 13:27:23 +00:00