cloud-hypervisor/vmm/src
Sebastien Boeuf 1603786374 vmm: Pass MemoryManager through CpuManager creation
Instead of passing the GuestMemoryMmap directly to the CpuManager upon
its creation, it's better to pass a reference to the MemoryManager. This
way we will be able to know if SGX EPC region along with one or multiple
sections are present.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-07-15 15:08:56 +02:00
..
api vmm: Add option for enabling SGX EPC regions 2020-07-15 15:08:56 +02:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs vmm: Add option for enabling SGX EPC regions 2020-07-15 15:08:56 +02:00
cpu.rs vmm: Pass MemoryManager through CpuManager creation 2020-07-15 15:08:56 +02:00
device_manager.rs pci: Enable GSI routing (MSI type) for AArch64 2020-07-14 14:34:54 +01:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs pci: Enable GSI routing (MSI type) for AArch64 2020-07-14 14:34:54 +01:00
lib.rs vmm: api: ch-remote: Add balloon to VmResizeData 2020-07-07 17:25:13 +01:00
memory_manager.rs vmm: Add EPC device to ACPI tables 2020-07-15 15:08:56 +02: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: Divide Seccomp KVM IOCTL rules by architecture 2020-07-06 13:40:38 +01:00
vm.rs vmm: Pass MemoryManager through CpuManager creation 2020-07-15 15:08:56 +02:00