aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
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