qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings
Date: Tue, 20 Jan 2015 14:54:20 +0000

Ping!

thanks
-- PMM

On 8 January 2015 at 12:19, Peter Maydell <address@hidden> 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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]