diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2018-07-06 12:51:26 -0300 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2018-07-09 00:52:04 +0200 |
commit | 8f0ea816435c0f6b7bcf8bd0f46f705ccca0316a (patch) | |
tree | af501e100223894d13d420007d9f8f5b7caf95b5 /linux-user/sh4/cpu_loop.c | |
parent | 122f9c83f2ef1cd90152ea8116fe6e80c8e85994 (diff) | |
download | qemu-8f0ea816435c0f6b7bcf8bd0f46f705ccca0316a.zip qemu-8f0ea816435c0f6b7bcf8bd0f46f705ccca0316a.tar.gz qemu-8f0ea816435c0f6b7bcf8bd0f46f705ccca0316a.tar.bz2 |
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>
Diffstat (limited to 'linux-user/sh4/cpu_loop.c')
0 files changed, 0 insertions, 0 deletions