Merge pull request #23 from jschwartzentruber/fix-snapshot-child
Remove pre-snapshot arg for snapshot child process.
This commit is contained in:
commit
512058a68d
@ -157,7 +157,7 @@ impl QemuParams {
|
||||
},
|
||||
QemuNyxRole::Child => {
|
||||
cmd.push("-fast_vm_reload".to_string());
|
||||
cmd.push(format!("path={}/snapshot/,load=on,pre_path={}", workdir, x.presnapshot));
|
||||
cmd.push(format!("path={}/snapshot/,load=on", workdir));
|
||||
},
|
||||
};
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user