aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-06-15 16:46:32 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-06-15 18:07:11 -0700
commitd81e6d1ce722d7e561d495bbd4b137e728e25b83 (patch)
tree4278fc975f104bd5af5673a5075e21aa2de60755 /qemu-options.hx
parente3c83b5e03f7c7af930b2e954a8a44a21f115fc9 (diff)
downloadexternal_qemu-d81e6d1ce722d7e561d495bbd4b137e728e25b83.zip
external_qemu-d81e6d1ce722d7e561d495bbd4b137e728e25b83.tar.gz
external_qemu-d81e6d1ce722d7e561d495bbd4b137e728e25b83.tar.bz2
Pass core-specific options to emulator core as cmd-line options.
Change-Id: I7ed897ca92c1344505f982897e2f59cc68c42d89
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx16
1 files changed, 16 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 0864e2d..e67033a 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1603,4 +1603,20 @@ DEF("nand", HAS_ARG, QEMU_OPTION_nand, \
DEF("mic", HAS_ARG, QEMU_OPTION_mic, \
"-mic <file> read audio input from wav file\n")
+DEF("android-ports", HAS_ARG, QEMU_OPTION_android_ports, \
+ "-android-ports <consoleport>,<adbport>"
+ " TCP ports used for the emulator instance and adb bridge\n")
+
+DEF("android-port", HAS_ARG, QEMU_OPTION_android_port, \
+ "-android-port <consoleport>"
+ " TCP port that will be used for the emulator instance\n")
+
+DEF("android-report-console", HAS_ARG, QEMU_OPTION_android_report_console, \
+ "-android-report-console <socket>"
+ " report console port to remote socket\n")
+
+DEF("http-proxy", HAS_ARG, QEMU_OPTION_http_proxy, \
+ "-http-proxy <proxy>"
+ " make TCP connections through a HTTP/HTTPS proxy\n")
+
#endif