]> Git Repo - qemu.git/commit
linux-user: Report error message on stderr, rather than stdout
authorPhilippe Mathieu-Daudé <[email protected]>
Fri, 6 Jul 2018 15:51:27 +0000 (12:51 -0300)
committerLaurent Vivier <[email protected]>
Sun, 8 Jul 2018 22:52:50 +0000 (00:52 +0200)
commit84ca4fa99d7b6c83ce31e1e41300d55cb4e97dcb
tree35b408c250d9eb916a3c615190c939f0011daece
parent8f0ea816435c0f6b7bcf8bd0f46f705ccca0316a
linux-user: Report error message on stderr, rather than stdout

Code change produced with:

  git ls-files linux-user | \
  xargs sed -i -E 's/(\s+)printf\s*\(("Unhandled.*)\);/\1fprintf(stderr, \2);/g'

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-Id: <20180706155127[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/alpha/cpu_loop.c
linux-user/cris/cpu_loop.c
linux-user/microblaze/cpu_loop.c
linux-user/sh4/cpu_loop.c
linux-user/sparc/cpu_loop.c
This page took 0.025523 seconds and 4 git commands to generate.