linux-user: Do not report "syscall not implemented" by default
commit8f0ea816435c0f6b7bcf8bd0f46f705ccca0316a
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 6 Jul 2018 15:51:26 +0000 (6 12:51 -0300)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 8 Jul 2018 22:52:04 +0000 (9 00:52 +0200)
treeaf501e100223894d13d420007d9f8f5b7caf95b5
parent122f9c83f2ef1cd90152ea8116fe6e80c8e85994
linux-user: Do not report "syscall not implemented" by default

This can still be reported using the "-d unimp" command line option.

Code change produced with:

  git ls-files linux-user | \
  xargs sed -i -E 's/fprintf\(stderr,\s?(".*not implemented\\n")\);/qemu_log_mask(LOG_UNIMP, \1);/g'

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180706155127.7483-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/cris/signal.c
linux-user/microblaze/signal.c
linux-user/nios2/signal.c
linux-user/sparc/signal.c