From: Laurent Vivier <laurent@vivier.eu>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Riku Voipio" <riku.voipio@iki.fi>
Cc: qemu-devel@nongnu.org,
John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Peter Maydell <peter.maydell@linaro.org>,
qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH for-3.0 0/3] Sanitize linux-user stdout
Date: Mon, 9 Jul 2018 01:12:47 +0200 [thread overview]
Message-ID: <091df2fb-b3a0-ef4f-f401-ec5a4e58fab8@vivier.eu> (raw)
In-Reply-To: <20180706155127.7483-1-f4bug@amsat.org>
Le 06/07/2018 à 17:51, Philippe Mathieu-Daudé a écrit :
> 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(-)
>
I have queued the series for the next pull request.
I think you can also replace the gemu_log("Unknown QEMU_IFLA..."),
qemu_log("Unknown host ..") and qemu_log("Unknown target ...") from the
netlink part in syscall.c with qemu_log_mask(LOG_UNIMP, ...).
Thanks,
Laurent
prev parent reply other threads:[~2018-07-08 23:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=091df2fb-b3a0-ef4f-f401-ec5a4e58fab8@vivier.eu \
--to=laurent@vivier.eu \
--cc=f4bug@amsat.org \
--cc=glaubitz@physik.fu-berlin.de \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=riku.voipio@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).