aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-24 08:55:33 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-24 08:55:33 -0700
commitb2438402d16ee4a0bb4b077d0ad0ef1d82b2a08c (patch)
tree72f522293b58bd270aed9cda10760691e71d4c73 /qemu-options.hx
parent7fbf49776a98847a5f95325646f7eb5ff787423f (diff)
downloadexternal_qemu-b2438402d16ee4a0bb4b077d0ad0ef1d82b2a08c.zip
external_qemu-b2438402d16ee4a0bb4b077d0ad0ef1d82b2a08c.tar.gz
external_qemu-b2438402d16ee4a0bb4b077d0ad0ef1d82b2a08c.tar.bz2
Moved radio, gps and audio setup entirely into the core
Change-Id: I9d76bb3cd892b7b2b0713a27ff5477195c93ff36
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx18
1 files changed, 18 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 927daaf..e810c5c 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1636,4 +1636,22 @@ DEF("android-memcheck", HAS_ARG, QEMU_OPTION_android_memcheck, \
DEF("dns-server", HAS_ARG, QEMU_OPTION_dns_server, \
"-dns-server <servers> use this DNS server(s) in the emulated system\n")
+DEF("radio", HAS_ARG, QEMU_OPTION_radio, \
+ "-radio <device> redirect radio modem interface to character device\n")
+
+DEF("gps", HAS_ARG, QEMU_OPTION_gps, \
+ "-gps <device> redirect NMEA GPS to character device\n")
+
+DEF("audio", HAS_ARG, QEMU_OPTION_audio, \
+ "-audio <backend> use specific audio backend\n")
+
+DEF("audio-in", HAS_ARG, QEMU_OPTION_audio_in, \
+ "-audio-in <backend> use specific audio input backend\n")
+
+DEF("audio-out", HAS_ARG, QEMU_OPTION_audio_out, \
+ "-audio-out <backend> use specific audio output backend\n")
+
+DEF("cpu-delay", HAS_ARG, QEMU_OPTION_cpu_delay, \
+ "-cpu-delay <cpudelay> throttle CPU emulation\n")
+
#endif