mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: memory_manager: Make the snapshot source directory an Option
This allows the code to be reused when creating the VM from a snapshot when doing VM migration. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
523029449e
commit
dfe2dadb3e
+1
-1
@@ -397,7 +397,7 @@ impl Vmm {
|
||||
&snapshot,
|
||||
exit_evt,
|
||||
reset_evt,
|
||||
source_url,
|
||||
Some(source_url),
|
||||
restore_cfg.prefault,
|
||||
&self.seccomp_action,
|
||||
self.hypervisor.clone(),
|
||||
|
||||
Reference in New Issue
Block a user