mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-24 04:12:21 +00:00
Make the GuestMemoryMmap from a Vec<Arc<GuestRegionMmap>> by using this method we can persist a set of regions in the MemoryManager and then extend this set with a newly created region. Ultimately that will allow the hotplug of memory. Signed-off-by: Rob Bradford <robert.bradford@intel.com>