mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Currently the MemoryManager is only used on the ACPI code paths after the DeviceManager has been created. This will change in a future commit as part of the refactoring so for now always include it but name it with underscore prefix to indicate it might not always be used. Signed-off-by: Rob Bradford <robert.bradford@intel.com>