aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorTim Baverstock <weasel@google.com>2010-12-07 11:36:59 +0000
committerTim Baverstock <weasel@google.com>2010-12-14 17:17:41 +0000
commit622b8f4c760b8c4479d28430f978bad8bb9ea32c (patch)
treede3b032c6b8e41228dc93cc4da265c7060bb2fc5 /android/cmdline-options.h
parent5c01a94e9233796c7e8c370d348c945390a36068 (diff)
downloadexternal_qemu-622b8f4c760b8c4479d28430f978bad8bb9ea32c.zip
external_qemu-622b8f4c760b8c4479d28430f978bad8bb9ea32c.tar.gz
external_qemu-622b8f4c760b8c4479d28430f978bad8bb9ea32c.tar.bz2
Send unsolicited time response to first signal strength query after loadvm
Change-Id: I9c6260493d42564ee3aa34799313368bb2de7d4d
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 b65b29a..3ee5f45 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -84,6 +84,7 @@ OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but
OPT_FLAG ( no_snapshot_save, "do not auto-save to snapshot on exit: abandon changed state" )
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" )