mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Simplify list of parameters to Vm::new()
No need to provide a boolean to know if the VM is being restored given we already have this information from the Option<Snapshot>. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -1260,7 +1260,6 @@ impl Vmm {
|
||||
&self.seccomp_action,
|
||||
self.hypervisor.clone(),
|
||||
activate_evt,
|
||||
true,
|
||||
timestamp,
|
||||
None,
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user