Le 06/07/2018 à 17:51, Philippe Mathieu-Daudé a écrit :
> 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(-)
>
I have queued the series for the next pull request.
I think you can also replace the gemu_log("Unknown QEMU_IFLA..."),
qemu_log("Unknown host ..") and qemu_log("Unknown target ...") from the
netlink part in syscall.c with qemu_log_mask(LOG_UNIMP, ...).
Thanks,
Laurent