diff options
author | Laurent Vivier | 2020-07-24 08:45:06 +0200 |
---|---|---|
committer | Alex Bennée | 2020-07-27 10:41:47 +0200 |
commit | 445883885a3507e3a0898df0084a59ba65ee9979 (patch) | |
tree | 27b7c1b0d3524e975edfb5da32fa0e8494c9bd40 /python/qemu/machine.py | |
parent | linux-user: fix clock_nanosleep() (diff) | |
download | qemu-445883885a3507e3a0898df0084a59ba65ee9979.tar.gz qemu-445883885a3507e3a0898df0084a59ba65ee9979.tar.xz qemu-445883885a3507e3a0898df0084a59ba65ee9979.zip |
linux-user, ppc: fix clock_nanosleep() for linux-user-ppc
Our safe_clock_nanosleep() returns -1 and updates errno.
We don't need to update the CRF bit in syscall.c because it will
be updated in ppc/cpu_loop.c as the return value is negative.
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-3-laurent@vivier.eu>
Message-Id: <20200724064509.331-14-alex.bennee@linaro.org>
Diffstat (limited to 'python/qemu/machine.py')
0 files changed, 0 insertions, 0 deletions