Hi Laurent, Here 3 trivial patches, the first one resolves this launchpad issue: https://bugs.launchpad.net/qemu/+bug/1777226, then the following two sanitize a bit further.
Regards, Phil. Philippe Mathieu-Daudé (3): linux-user: Do not report "Unsupported syscall" by default linux-user: Do not report "syscall not implemented" by default linux-user: Report error message on stderr, rather than stdout linux-user/alpha/cpu_loop.c | 2 +- linux-user/cris/cpu_loop.c | 2 +- linux-user/cris/signal.c | 4 ++-- linux-user/microblaze/cpu_loop.c | 6 +++--- linux-user/microblaze/signal.c | 4 ++-- linux-user/nios2/signal.c | 2 +- linux-user/sh4/cpu_loop.c | 2 +- linux-user/sparc/cpu_loop.c | 2 +- linux-user/sparc/signal.c | 4 ++-- linux-user/syscall.c | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) -- 2.18.0