From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdSsz-00071S-VU for qemu-devel@nongnu.org; Fri, 05 Feb 2010 13:26:33 -0500 Received: from [199.232.76.173] (port=50158 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdSsz-00070m-Fg for qemu-devel@nongnu.org; Fri, 05 Feb 2010 13:26:33 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdSsy-0001Gf-0o for qemu-devel@nongnu.org; Fri, 05 Feb 2010 13:26:33 -0500 Received: from mail-px0-f189.google.com ([209.85.216.189]:56389) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdSsx-0001FP-8d for qemu-devel@nongnu.org; Fri, 05 Feb 2010 13:26:31 -0500 Received: by pxi27 with SMTP id 27so1628410pxi.4 for ; Fri, 05 Feb 2010 10:26:29 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1265290313-31738-1-git-send-email-pbonzini@redhat.com> References: <1265290313-31738-1-git-send-email-pbonzini@redhat.com> From: Blue Swirl Date: Fri, 5 Feb 2010 20:26:09 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH v2 RESEND 0/5] clang fixes Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Thanks, applied. On Thu, Feb 4, 2010 at 3:31 PM, Paolo Bonzini wrote: > I removed the patch that malc NACKed. > > Paolo Bonzini (5): > =C2=A0remove two dead assignments in target-i386/translate.c > =C2=A0fix undefined shifts by >32 > =C2=A0exec.c: dead assignments > =C2=A0vnc.c: remove dead code > =C2=A0usb-linux.c: remove write-only variable > > =C2=A0exec.c =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0| =C2=A0 =C2=A04 ---- > =C2=A0target-i386/translate.c | =C2=A0 =C2=A02 -- > =C2=A0usb-linux.c =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2= =A02 -- > =C2=A0vl.c =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0| =C2=A0 =C2=A04 ++-- > =C2=A0vnc.c =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 | =C2=A0 =C2=A03 --- > =C2=A05 files changed, 2 insertions(+), 13 deletions(-) > > > >