aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-07-22 11:55:49 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-07-25 13:12:57 +0000
commitbe9e3862febd938fc90a69277b9cc218a5e46e28 (patch)
tree6ab258439997f1abf9da4e6e4af96f909408d3c1 /vm/vmimpl
parente02ef79b9ce5bc23eac00a1919746a36a308a4ae (diff)
vm: add snapshot interface
Diffstat (limited to 'vm/vmimpl')
-rw-r--r--vm/vmimpl/vmimpl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vmimpl/vmimpl.go b/vm/vmimpl/vmimpl.go
index 564c3e66e..b95bd2a18 100644
--- a/vm/vmimpl/vmimpl.go
+++ b/vm/vmimpl/vmimpl.go
@@ -79,6 +79,7 @@ type Env struct {
SSHKey string
SSHUser string
Timeouts targets.Timeouts
+ Snapshot bool
Debug bool
Config []byte // json-serialized VM-type-specific config
KernelSrc string