From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDsRw-00050p-Qa for qemu-devel@nongnu.org; Wed, 21 Jan 2015 05:23:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDsRq-0001yk-VN for qemu-devel@nongnu.org; Wed, 21 Jan 2015 05:23:48 -0500 Received: from afflict.kos.to ([92.243.29.197]:60431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDsRq-0001yQ-PH for qemu-devel@nongnu.org; Wed, 21 Jan 2015 05:23:42 -0500 Date: Wed, 21 Jan 2015 12:23:38 +0200 From: Riku Voipio Message-ID: <20150121102338.GA2578@afflict.kos.to> References: <1420719588-8138-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers 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 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(-)