From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkB60-00024l-Uy for qemu-devel@nongnu.org; Wed, 14 Sep 2016 10:23:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkB5w-0002I9-TO for qemu-devel@nongnu.org; Wed, 14 Sep 2016 10:23:28 -0400 Sender: Paolo Bonzini References: <1473244183-31510-1-git-send-email-david@gibson.dropbear.id.au> <87sht2insp.fsf@linaro.org> From: Paolo Bonzini Message-ID: <34604ac0-64c5-c437-e378-7af75873b23d@redhat.com> Date: Wed, 14 Sep 2016 16:21:54 +0200 MIME-Version: 1.0 In-Reply-To: <87sht2insp.fsf@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 00/64] ppc-for-2.8 queue 20160907 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Peter Maydell Cc: Laurent Vivier , Thomas Huth , QEMU Developers , Alexander Graf , "qemu-ppc@nongnu.org" , David Gibson On 14/09/2016 16:00, Alex Bennée wrote: > For reference this has broken 32 bit x86 builds on CentOS6. I bisected > the problem to: > > commit 3654fa95bc29e72c2eef22f26eb621af1f86feec > Author: Cédric Le Goater > Date: Tue Aug 2 19:38:01 2016 +0200 > > hw/ppc: add a ppc_create_page_sizes_prop() helper routine > > The exact same routine will be used in PowerNV. > > Signed-off-by: Cédric Le Goater > Signed-off-by: David Gibson > > With: > > 15:00 alex@centos6-x86/i686 [qemu.git/bisect:???] >make > CC ppc-softmmu/hw/ppc/fdt.o > In file included from /home/alex/lsrc/qemu.git/hw/ppc/fdt.c:14: > /home/alex/lsrc/qemu.git/include/hw/ppc/fdt.h:15: error: redefinition of typedef ‘CPUPPCState’ > /home/alex/lsrc/qemu.git/target-ppc/cpu-qom.h:41: note: previous declaration of ‘CPUPPCState’ was here > make[1]: *** [hw/ppc/fdt.o] Error 1 > make: *** [subdir-ppc-softmmu] Error 2 > 15:00 alex@centos6-x86/i686 [qemu.git/bisect:???] > My pull request includes a fix. Paolo