aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-09-17 11:15:47 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-09-20 09:43:13 -0700
commitb8dcaffaf7dcb0c795d2776abf3bb75196f8527c (patch)
tree62b03c33eac338e02a9ff1630672072c676a70e4 /qemu-options.hx
parentd6362e54b7b116a42d45a1ef499ff180548c7674 (diff)
downloadexternal_qemu-b8dcaffaf7dcb0c795d2776abf3bb75196f8527c.zip
external_qemu-b8dcaffaf7dcb0c795d2776abf3bb75196f8527c.tar.gz
external_qemu-b8dcaffaf7dcb0c795d2776abf3bb75196f8527c.tar.bz2
Add -webcam commandline option to control webcam emulation
-webcam name=<name>[,dir=<direction>] options controls web cameras to use for emulation. Change-Id: I961fd399c7e041541adda040dd24f194cc383cb9
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 76432a5..880025e 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1787,4 +1787,7 @@ DEF("audio-test-out", 0, QEMU_OPTION_audio_test_out, \
DEF("snapshot-no-time-update", 0, QEMU_OPTION_snapshot_no_time_update, \
"-snapshot-no-time-update Disable time update when restoring snapshots\n")
+DEF("list-webcam", 0, QEMU_OPTION_list_webcam, \
+ "-list-webcam List web cameras available for emulation\n")
+
#endif /* ANDROID */