summaryrefslogtreecommitdiffstats
path: root/python/qemu/console_socket.py
diff options
context:
space:
mode:
authorLaurent Vivier2020-07-24 08:45:05 +0200
committerAlex Bennée2020-07-27 10:41:41 +0200
commit8ec68a0a873d24d3f81e0f34892ec4b8b1215ccf (patch)
treef189cbd4b18d6badc9c49313f35d16e50b06484b /python/qemu/console_socket.py
parenttests/docker: add support for DEB_KEYRING (diff)
downloadqemu-8ec68a0a873d24d3f81e0f34892ec4b8b1215ccf.tar.gz
qemu-8ec68a0a873d24d3f81e0f34892ec4b8b1215ccf.tar.xz
qemu-8ec68a0a873d24d3f81e0f34892ec4b8b1215ccf.zip
linux-user: fix clock_nanosleep()
If the call is interrupted by a signal handler, it fails with error EINTR and if "remain" is not NULL and "flags" is not TIMER_ABSTIME, it returns the remaining unslept time in "remain". Update linux-user to not overwrite the "remain" structure if there is no error. Found with "make check-tcg", linux-test fails on nanosleep test: TEST linux-test on x86_64 .../tests/tcg/multiarch/linux-test.c:242: nanosleep Reported-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200722174612.2917566-2-laurent@vivier.eu> Message-Id: <20200724064509.331-13-alex.bennee@linaro.org>
Diffstat (limited to 'python/qemu/console_socket.py')
0 files changed, 0 insertions, 0 deletions