From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6cJa-0004hI-VC for qemu-devel@nongnu.org; Sat, 28 May 2016 07:21:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6cJU-0004JR-Sv for qemu-devel@nongnu.org; Sat, 28 May 2016 07:21:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6cJU-0004JN-NE for qemu-devel@nongnu.org; Sat, 28 May 2016 07:21:52 -0400 Date: Sat, 28 May 2016 19:21:49 +0800 From: Fam Zheng Message-ID: <20160528112149.GA29030@ad.usersys.redhat.com> References: <1464358172-13457-1-git-send-email-pbonzini@redhat.com> <01b8eb7a-ba60-c57a-9f7d-28e72f2540bc@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01b8eb7a-ba60-c57a-9f7d-28e72f2540bc@redhat.com> Subject: Re: [Qemu-devel] [PULL v2 00/31] Misc changes for 2016-05-27 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , QEMU Developers On Fri, 05/27 17:37, Paolo Bonzini wrote: > > > On 27/05/2016 17:30, Peter Maydell wrote: > > This version fails on the "retypedefing a typedef" clang warning: > > > > /home/petmay01/linaro/qemu-for-merges/hw/scsi/scsi-disk.c:73:3: error: > > redefinition of typedef 'SCSIDiskClass' is a C11 feature > > [-Werror,-Wtypedef-redefinition] > > } SCSIDiskClass; > > ^ > > /home/petmay01/linaro/qemu-for-merges/hw/scsi/scsi-disk.c:66:30: note: > > previous definition is here > > typedef struct SCSIDiskClass SCSIDiskClass; > > ^ > > 1 error generated. > > Ugh, I am so much waiting for the docker series to get in... If you could ack this one patch: https://lists.nongnu.org/archive/html/qemu-devel/2016-05/msg05027.html the next PULL will be sent :) Fam