mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-16 00:21:31 +00:00
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>