cloud-hypervisor/vmm
Sebastien Boeuf d771223b2f vmm: memory: Extend new() to support external backing files
Whenever a MemoryManager is restored from a snapshot, the memory regions
associated with it might need to directly back the mapped memory for
increased performances. If that's the case, a list of external regions
is provided and the MemoryManager should simply ignore what's coming
from the MemoryConfig.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-04-08 10:56:14 +02:00
..
src vmm: memory: Extend new() to support external backing files 2020-04-08 10:56:14 +02:00
Cargo.toml vmm: memory_manager: Implement the Transportable trait 2020-04-07 12:26:10 +02:00