aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorTim Baverstock <weasel@google.com>2010-12-02 08:53:49 -0800
committerAndroid Code Review <code-review@android.com>2010-12-02 08:53:50 -0800
commit86ca19f7e89801a5735277a3c99df53d697dd2c4 (patch)
tree0f741f1e119b1a5ab79a62a57c61fb3bc5eef7f3 /android/cmdline-options.h
parentcd257095ff75739f42d89c465de51ef05c97d6b2 (diff)
parent24204cc964cf7d56b1a20c12ece08eecab1093fa (diff)
downloadexternal_qemu-86ca19f7e89801a5735277a3c99df53d697dd2c4.zip
external_qemu-86ca19f7e89801a5735277a3c99df53d697dd2c4.tar.gz
external_qemu-86ca19f7e89801a5735277a3c99df53d697dd2c4.tar.bz2
Merge "Augment the auto-loadvm behaviour with corresponding auto-savevm-on-exit behaviour."
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index 1ae3121..3aaa478 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -81,6 +81,7 @@ OPT_PARAM( snapstorage, "<file>", "file that contains all state snapshots (de
OPT_FLAG ( no_snapstorage, "do not mount a snapshot storage file (this disables all snapshot functionality)" )
OPT_PARAM( snapshot, "<name>", "immediately load state snapshot rather than doing a full boot (default 'default-boot')" )
OPT_FLAG ( no_snapshot, "do not start from snapshot, but perform a full boot sequence" )
+OPT_FLAG ( no_snapshot_save, "do not preserve snapshot, if restore was attempted" )
OPT_FLAG ( snapshot_list, "show a list of available snapshots" )
#endif
OPT_FLAG ( wipe_data, "reset the use data image (copy it from initdata)" )