mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-04 19:11:11 +00:00
vmm: memory_manager: Leverage new codepath for snapshot/restore
Now that all the pieces are in place, we can restore a VM with the new codepath that restores properly all memory regions, allowing for ACPI memory hotplug to work properly with snapshot/restore feature. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
6a55768d94
commit
1e1e61614c
@ -1074,7 +1074,7 @@ impl MemoryManager {
|
||||
phys_bits,
|
||||
#[cfg(feature = "tdx")]
|
||||
false,
|
||||
None,
|
||||
Some(&mem_snapshot),
|
||||
)?;
|
||||
|
||||
mm.lock()
|
||||
|
Loading…
Reference in New Issue
Block a user