cloud-hypervisor/vmm/src
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
..
api vmm: Remove balloon options from --memory parameter 2020-10-22 16:33:16 +02:00
acpi.rs vmm: acpi: Advertise the correct PCI bus range 2020-09-23 19:03:19 +02:00
config.rs vmm: Remove balloon options from --memory parameter 2020-10-22 16:33:16 +02:00
cpu.rs vmm, hypervisor: Fix snapshot/restore for Windows guest 2020-10-21 19:11:03 +01:00
device_manager.rs vmm: Move balloon code from MemoryManager to DeviceManager 2020-10-22 16:33:16 +02:00
device_tree.rs vmm: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
interrupt.rs arch: Remove GICv2 2020-10-19 14:58:48 +01:00
lib.rs vmm: Use thiserror/anyhow for vmm::Error 2020-10-27 13:27:23 +00:00
memory_manager.rs vmm: memory_manager: Move the restoration of guest memory later 2020-10-30 12:31:47 +01:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs vmm, hypervisor: Fix snapshot/restore for Windows guest 2020-10-21 19:11:03 +01:00
vm.rs vmm: memory_manager: Move the restoration of guest memory later 2020-10-30 12:31:47 +01:00