From: Riku Voipio <riku.voipio@iki.fi>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings
Date: Wed, 21 Jan 2015 12:23:38 +0200 [thread overview]
Message-ID: <20150121102338.GA2578@afflict.kos.to> (raw)
In-Reply-To: <CAFEAcA8jBf8uizqY1UzxOfnt-+E5c6msm6kK3A-PmeJdXP5r_Q@mail.gmail.com>
Hi,
On Tue, Jan 20, 2015 at 02:54:20PM +0000, Peter Maydell wrote:
> Ping!
I've just updated my linux-user-for-upstream tree. I'll get it
reviewed/tested tonight.
> thanks
> -- PMM
>
> On 8 January 2015 at 12:19, Peter Maydell <peter.maydell@linaro.org> wrote:
> > This patchset fixes warnings produced by clang in the linux-user code.
> > Mostly this is deleting or marking unused functions/data, but it
> > does include a genuine bugfix for Alpha.
> >
> > I think that this means I have patches out on the list now for
> > all the clang warnings we currently generate; maybe some day soon
> > we can enable warnings-as-errors...
> >
> > Peter Maydell (6):
> > linux-user/signal.c: Remove current_exec_domain_sig()
> > linux-user/alpha: Add define for NR_shmat to enable shmat syscall
> > linux-user/arm/nwfpe: Delete unused aCC array
> > linux-user/main.c: Call cpu_exec_start/end on all target archs
> > linux-user/main.c: Mark end_exclusive() as possibly unused
> > linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user
> >
> > linux-user/alpha/syscall_nr.h | 4 +++
> > linux-user/arm/nwfpe/fpopcode.c | 22 ---------------
> > linux-user/main.c | 20 +++++++++++++-
> > linux-user/signal.c | 59 ++++++++++++-----------------------------
> > 4 files changed, 40 insertions(+), 65 deletions(-)
next prev parent reply other threads:[~2015-01-21 10:23 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-08 12:19 [Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings Peter Maydell
2015-01-08 12:19 ` [Qemu-devel] [PATCH 1/6] linux-user/signal.c: Remove current_exec_domain_sig() Peter Maydell
2015-01-08 12:19 ` [Qemu-devel] [PATCH 2/6] linux-user/alpha: Add define for NR_shmat to enable shmat syscall Peter Maydell
2015-01-10 15:56 ` Peter Maydell
2015-01-10 21:02 ` Richard Henderson
2015-01-08 12:19 ` [Qemu-devel] [PATCH 3/6] linux-user/arm/nwfpe: Delete unused aCC array Peter Maydell
2015-01-08 12:19 ` [Qemu-devel] [PATCH 4/6] linux-user/main.c: Call cpu_exec_start/end on all target archs Peter Maydell
2015-01-08 12:19 ` [Qemu-devel] [PATCH 5/6] linux-user/main.c: Mark end_exclusive() as possibly unused Peter Maydell
2015-01-21 8:40 ` Thomas Huth
2015-01-21 10:54 ` Peter Maydell
2015-01-08 12:19 ` [Qemu-devel] [PATCH 6/6] linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user Peter Maydell
2015-01-20 14:54 ` [Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings Peter Maydell
2015-01-21 10:23 ` Riku Voipio [this message]
2015-01-27 19:06 ` Peter Maydell
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=20150121102338.GA2578@afflict.kos.to \
--to=riku.voipio@iki.fi \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).