From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbT1R-0002bm-Sp for qemu-devel@nongnu.org; Fri, 06 Jul 2018 11:51:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbT1O-0000Y2-Pp for qemu-devel@nongnu.org; Fri, 06 Jul 2018 11:51:49 -0400 Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Fri, 6 Jul 2018 12:51:24 -0300 Message-Id: <20180706155127.7483-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH for-3.0 0/3] Sanitize linux-user stdout List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , Riku Voipio Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org, John Paul Adrian Glaubitz , Peter Maydell , qemu-trivial@nongnu.org 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