From d81e6d1ce722d7e561d495bbd4b137e728e25b83 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Tue, 15 Jun 2010 16:46:32 -0700 Subject: Pass core-specific options to emulator core as cmd-line options. Change-Id: I7ed897ca92c1344505f982897e2f59cc68c42d89 --- qemu-options.hx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'qemu-options.hx') 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 read audio input from wav file\n") +DEF("android-ports", HAS_ARG, QEMU_OPTION_android_ports, \ + "-android-ports ," + " TCP ports used for the emulator instance and adb bridge\n") + +DEF("android-port", HAS_ARG, QEMU_OPTION_android_port, \ + "-android-port " + " 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 " + " report console port to remote socket\n") + +DEF("http-proxy", HAS_ARG, QEMU_OPTION_http_proxy, \ + "-http-proxy " + " make TCP connections through a HTTP/HTTPS proxy\n") + #endif -- cgit v1.1