From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpOaC-0001KL-KB for qemu-devel@nongnu.org; Mon, 23 Jan 2012 13:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpOaB-0002cp-Ic for qemu-devel@nongnu.org; Mon, 23 Jan 2012 13:25:32 -0500 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:34481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpOaA-0002cW-UE for qemu-devel@nongnu.org; Mon, 23 Jan 2012 13:25:31 -0500 Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 23 Jan 2012 23:55:26 +0530 Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0NIPLk43432628 for ; Mon, 23 Jan 2012 23:55:22 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0NIPK53006979 for ; Tue, 24 Jan 2012 05:25:21 +1100 From: "Aneesh Kumar K.V" In-Reply-To: <4F1D9355.9010904@us.ibm.com> References: <87vco2tvux.fsf@linux.vnet.ibm.com> <4F1D9355.9010904@us.ibm.com> Date: Mon, 23 Jan 2012 23:55:16 +0530 Message-ID: <87k44i8eer.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: QEMU Developers On Mon, 23 Jan 2012 11:05:25 -0600, Anthony Liguori w= rote: > On 01/23/2012 07:02 AM, Aneesh Kumar K.V wrote: > > > > > > The following changes since commit 8c4ec5c0269bda18bb777a64b2008088d1c6= 32dc: > > > > pxa2xx_keypad: fix unbalanced parenthesis. (2012-01-17 02:14:42 +010= 0) > > > > are available in the git repository at: > > > > git://github.com/kvaneesh/QEMU.git for-upstream > > > > for you to fetch changes up to 0700a73cfe166100cb59e28aad2c1fc5e4e952cb: > > > > hw/9pfs: Update MAINTAINERS file (2012-01-23 12:26:54 +0530) >=20 > CC libhw64/9pfs/virtio-9p-local.o > cc1: warnings being treated as errors > /home/anthony/git/qemu/hw/9pfs/virtio-9p-local.c: In function=20 > =E2=80=98local_set_mapped_file_attr=E2=80=99: > /home/anthony/git/qemu/hw/9pfs/virtio-9p-local.c:153:9: error: =E2=80=98u= id=E2=80=99 may be used=20 > uninitialized in this function > /home/anthony/git/qemu/hw/9pfs/virtio-9p-local.c:153:14: error: =E2=80=98= gid=E2=80=99 may be=20 > used uninitialized in this function > /home/anthony/git/qemu/hw/9pfs/virtio-9p-local.c:153:19: error: =E2=80=98= mode=E2=80=99 may be=20 > used uninitialized in this function > /home/anthony/git/qemu/hw/9pfs/virtio-9p-local.c:153:25: error: =E2=80=98= rdev=E2=80=99 may be=20 > used uninitialized in this function > make[1]: *** [9pfs/virtio-9p-local.o] Error 1 > make: *** [subdir-libhw64] Error 2 >=20 > I see a lot of build breakages come into through this tree. I understand= that=20 > GCC can be fickle with -Werror but there's an easy way to solve this. >=20 > Please get your tree added to buildbot and make sure there's a successful= =20 > buildbot run before you do a pull request. I will do this >=20 > Alternatively, setup multiple VMs to build test yourself. But please do= =20 > something to check the build a bit more rigorously before sending future = PULL=20 > requests. >=20 I actually do build test on ubuntu 11.10, fedora 15, rhel5.7 before pull request. That usually catch most of the errors like above.=20 -aneesh