aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-01-13 11:24:07 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-01-13 11:24:07 -0800
commit90c6235ce7bdc6f7afbcfe56ea6f2c3d2b128447 (patch)
tree18ca241d0b2b91acbc5b9a0ee1c8b7c79ace2988 /android/cmdline-options.h
parent3bf6efc0928555529c3df28d291117390b840c16 (diff)
downloadexternal_qemu-90c6235ce7bdc6f7afbcfe56ea6f2c3d2b128447.zip
external_qemu-90c6235ce7bdc6f7afbcfe56ea6f2c3d2b128447.tar.gz
external_qemu-90c6235ce7bdc6f7afbcfe56ea6f2c3d2b128447.tar.bz2
Refining main-ui.c to better separate UI and core related initialization
The main reason for this is to clarify initialization for UI that starts core, and UI that attaches to an existing core. In this CL I did: - Removed -initdata option that seems obsolete (doesn't affect anything in the code) - Passed through -timezone option that doesn't affect anything in the UI, and is needed only in the core. - Removed dependency on AVD info from the core (core needed only virtual device name) Change-Id: Ie631249848a1b5b8d837c0c7b201a40ee7e4a367
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index 104de7e..273d151 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -68,7 +68,6 @@ CFG_PARAM( datadir, "<dir>", "write user data into <dir>" )
CFG_PARAM( kernel, "<file>", "use specific emulated kernel" )
CFG_PARAM( ramdisk, "<file>", "ramdisk image (default <system>/ramdisk.img" )
CFG_PARAM( image, "<file>", "obsolete, use -system <file> instead" )
-CFG_PARAM( init_data, "<file>", "initial data image (default <system>/userdata.img" )
CFG_PARAM( initdata, "<file>", "same as '-init-data <file>'" )
CFG_PARAM( data, "<file>", "data image (default <datadir>/userdata-qemu.img" )
CFG_PARAM( partition_size, "<size>", "system/data partition size in MBs" )