mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-14 08:35:18 +00:00
1603786374
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>