From 90c6235ce7bdc6f7afbcfe56ea6f2c3d2b128447 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 13 Jan 2011 11:24:07 -0800 Subject: 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 --- qemu-options.hx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index db3dfbb..baae81b 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1644,6 +1644,12 @@ DEF("android-memcheck", HAS_ARG, QEMU_OPTION_android_memcheck, \ DEF("dns-server", HAS_ARG, QEMU_OPTION_dns_server, \ "-dns-server use this DNS server(s) in the emulated system\n") +DEF("timezone", HAS_ARG, QEMU_OPTION_timezone, \ + "-timezone use this timezone instead of the host's default\n") + +DEF("android-avdname", HAS_ARG, QEMU_OPTION_android_avdname, \ + "-android-avdname names the virtual device\n") + DEF("radio", HAS_ARG, QEMU_OPTION_radio, \ "-radio redirect radio modem interface to character device\n") -- cgit v1.1