linux-user: Do not report "Unsupported syscall" by default
commit122f9c83f2ef1cd90152ea8116fe6e80c8e85994
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 6 Jul 2018 15:51:25 +0000 (6 12:51 -0300)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 8 Jul 2018 22:51:05 +0000 (9 00:51 +0200)
tree11eaa3c01830f7e1388e19d1646f5fe93d5c0de8
parent43a473993fd9378bf850dcafa68eb6dee8c300f8
linux-user: Do not report "Unsupported syscall" by default

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

Fixes: https://bugs.launchpad.net/qemu/+bug/1777226
Reported-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20180706155127.7483-2-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c