mirror of
https://github.com/qemu/qemu.git
synced 2024-12-11 20:53:51 +08:00
b9e6074fc5
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> |
||
---|---|---|
.. | ||
arm-compat-semi | ||
gdbstub | ||
libs | ||
linux | ||
system | ||
float_convd.c | ||
float_convs.c | ||
float_helpers.h | ||
float_madds.c | ||
Makefile.target | ||
overflow.c | ||
README | ||
sha1.c | ||
sha512.c | ||
sigbus.c | ||
signals.c | ||
test-mmap.c | ||
testthread.c | ||
threadcount.c |
Multi-architecture linux-user tests