diff options
author | Ilya Leoshkevich | 2022-07-25 16:42:51 +0200 |
---|---|---|
committer | Thomas Huth | 2022-08-01 07:27:56 +0200 |
commit | b9e6074fc5b429b1e956e9c60db7e284a91e0f3d (patch) | |
tree | 3e79460a3c96069330f82a93990fdefe83fdd91b /python/setup.py | |
parent | Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (diff) | |
download | qemu-b9e6074fc5b429b1e956e9c60db7e284a91e0f3d.tar.gz qemu-b9e6074fc5b429b1e956e9c60db7e284a91e0f3d.tar.xz qemu-b9e6074fc5b429b1e956e9c60db7e284a91e0f3d.zip |
tests/tcg/linux-test: Fix random hangs in test_socket
test_socket hangs randomly in connect(), especially when run without
qemu. Apparently the reason is that linux started treating backlog
value of 0 literally instead of rounding it up since v4.4 (commit
ef547f2ac16b).
So set it to 1 instead.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20220725144251.192720-1-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions