aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-24 16:48:19 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-03-01 15:07:12 +0100
commite5af8a259e619973538f393011b1c26a3e2f4afb (patch)
tree8522658803d023b6d64e066a41092956ff0cb4bc /android/cmdline-options.h
parent092361e19ecc2992965729538984354099eea8cb (diff)
downloadexternal_qemu-e5af8a259e619973538f393011b1c26a3e2f4afb.zip
external_qemu-e5af8a259e619973538f393011b1c26a3e2f4afb.tar.gz
external_qemu-e5af8a259e619973538f393011b1c26a3e2f4afb.tar.bz2
Remove CONFIG_ANDROID_SNAPSHOTS macro.
The feature is no longer optional. Change-Id: I4558f12e3804e42069e8a3e6bcf0837d350206ed
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index 273d151..1494337 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -75,7 +75,6 @@ CFG_PARAM( cache, "<file>", "cache partition image (default is temporary file
CFG_FLAG ( no_cache, "disable the cache partition" )
CFG_FLAG ( nocache, "same as -no-cache" )
OPT_PARAM( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
-#if CONFIG_ANDROID_SNAPSHOTS
OPT_PARAM( snapstorage, "<file>", "file that contains all state snapshots (default <datadir>/snapshots.img)")
OPT_FLAG ( no_snapstorage, "do not mount a snapshot storage file (this disables all snapshot functionality)" )
OPT_PARAM( snapshot, "<name>", "name of snapshot within storage file for auto-start and auto-save (default 'default-boot')" )
@@ -84,7 +83,6 @@ OPT_FLAG ( no_snapshot_save, "do not auto-save to snapshot on exit: abandon chan
OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" )
OPT_FLAG ( snapshot_list, "show a list of available snapshots" )
OPT_FLAG ( no_snapshot_update_time, "do not do try to correct snapshot time on restore" )
-#endif
OPT_FLAG ( wipe_data, "reset the use data image (copy it from initdata)" )
CFG_PARAM( avd, "<name>", "use a specific android virtual device" )
CFG_PARAM( skindir, "<dir>", "search skins in <dir> (default <system>/skins)" )