qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-3.0 0/3] Sanitize linux-user stdout
@ 2018-07-06 15:51 Philippe Mathieu-Daudé
  2018-07-06 15:51 ` [Qemu-devel] [PATCH for-3.0 1/3] linux-user: Do not report "Unsupported syscall" by default Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-07-06 15:51 UTC (permalink / raw)
  To: Laurent Vivier, Riku Voipio
  Cc: Philippe Mathieu-Daudé, qemu-devel,
	John Paul Adrian Glaubitz, Peter Maydell, qemu-trivial

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-07-08 23:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06 15:51 [Qemu-devel] [PATCH for-3.0 0/3] Sanitize linux-user stdout Philippe Mathieu-Daudé
2018-07-06 15:51 ` [Qemu-devel] [PATCH for-3.0 1/3] linux-user: Do not report "Unsupported syscall" by default Philippe Mathieu-Daudé
2018-07-06 16:11   ` Peter Maydell
2018-07-06 15:51 ` [Qemu-devel] [PATCH for-3.0 2/3] linux-user: Do not report "syscall not implemented" " Philippe Mathieu-Daudé
2018-07-06 16:08   ` Peter Maydell
2018-07-06 16:26     ` Philippe Mathieu-Daudé
2018-07-06 15:51 ` [Qemu-devel] [PATCH for-3.0 3/3] linux-user: Report error message on stderr, rather than stdout Philippe Mathieu-Daudé
2018-07-06 16:10   ` Peter Maydell
2018-07-07  3:49 ` [Qemu-devel] [PATCH for-3.0 0/3] Sanitize linux-user stdout Richard Henderson
2018-07-08 23:12 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).