aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-27 09:09:45 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-09-01 07:05:46 -0700
commit318f17a0050e729bce8545463b657c1d62835b5e (patch)
tree5bb39290ba092e29be8504c88264fb5159837b5d /qemu-options.hx
parente13168648d5947955e0fd4fbf396f891ae53921f (diff)
downloadexternal_qemu-318f17a0050e729bce8545463b657c1d62835b5e.zip
external_qemu-318f17a0050e729bce8545463b657c1d62835b5e.tar.gz
external_qemu-318f17a0050e729bce8545463b657c1d62835b5e.tar.bz2
Fixed dependency ob core data in android/help.c
Also moved along -tcpdump option Change-Id: I9fc53e0dc6a86e9a880d6127bf2da3ac1d7ec58a
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 d2d32c8..4f6f122 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1671,4 +1671,7 @@ DEF("netdelay", HAS_ARG, QEMU_OPTION_netdelay, \
DEF("netfast", 0, QEMU_OPTION_netfast, \
"-netfast disable network shaping\n")
+DEF("tcpdump", HAS_ARG, QEMU_OPTION_tcpdump, \
+ "-tcpdump <file> capture network packets to file\n")
+
#endif