aboutsummaryrefslogtreecommitdiff
path: root/module-common.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-06-24 12:06:28 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-06-24 12:06:28 +0100
commit1afdbfbd02ee8f6ff0123eee4313db49a27cf793 (patch)
treea09825ad7480b74902548696bd4ff2a79c2645b6 /module-common.c
parentc6ae575e58da5c9788185722d073227519ab2b97 (diff)
android_adb: Listen for ADB connections on 127.0.0.1, not localhostranchu-linaro-beta1ranchu
QEMU's inet_listen() routine only listens on the first result it gets back for the hostname it is passed; if that is an IPv6 address, as it is on Windows, then we end up listening on the IPv6 loopback address, and the adb server fails to connect to us because it is expecting to use IPv4. Use the explicit IPv4 loopback address 127.0.0.1 to ensure we are listening where the adb server expects to find us. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions