qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings
Date: Thu, 8 Jan 2015 12:19:42 +0000

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(-)

-- 
1.9.1




reply via email to

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