diff options
author | Bin Meng <bin.meng@windriver.com> | 2022-09-25 19:30:22 +0800 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-09-27 20:51:21 +0200 |
commit | e6f59e4c0b86a82cdaeacbd0ee94183b896523df (patch) | |
tree | 8cc9a19ead0ac19252b959f891bacd701a9a8333 /.travis.yml | |
parent | a68667066ad0b171a8938fb3f6bf0ad964362593 (diff) | |
download | qemu-e6f59e4c0b86a82cdaeacbd0ee94183b896523df.zip qemu-e6f59e4c0b86a82cdaeacbd0ee94183b896523df.tar.gz qemu-e6f59e4c0b86a82cdaeacbd0ee94183b896523df.tar.bz2 |
tests/qtest: microbit-test: Fix socket access for win32
Sockets on Windows do not use *nix-style file descriptors, so
write()/read()/close() do not work on Windows.
Switch over to use send()/recv()/closesocket() which work with
sockets on all platforms.
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220925113032.1949844-45-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions