[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH] hw/pci-bridge/dec: Classify the DEC
From: |
Fam Zheng |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH] hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device |
Date: |
Wed, 14 Jun 2017 12:53:49 +0800 |
User-agent: |
Mutt/1.8.0 (2017-02-23) |
On Wed, 06/14 10:30, David Gibson wrote:
> On Wed, Jun 14, 2017 at 05:19:18AM +0300, Michael S. Tsirkin wrote:
> > On Tue, Jun 13, 2017 at 12:58:13PM -0700, address@hidden wrote:
> > > In file included from /tmp/qemu-test/src/hw/net/vmxnet3.c:30:
> > > /tmp/qemu-test/src/include/migration/register.h:18: error: redefinition
> > > of typedef ‘LoadStateHandler’
> > > /tmp/qemu-test/src/include/migration/vmstate.h:32: note: previous
> > > declaration of ‘LoadStateHandler’ was here
> > > make: *** [hw/net/vmxnet3.o] Error 1
> > > make: *** Waiting for unfinished jobs....
> > > tests/docker/Makefile.include:118: recipe for target 'docker-run' failed
> > > make[1]: *** [docker-run] Error 2
> > > make[1]: Leaving directory '/var/tmp/patchew-tester-tmp-dv2lv743/src'
> > > tests/docker/Makefile.include:149: recipe for target 'address@hidden'
> > > failed
> > > make: *** address@hidden Error 2
> > > === OUTPUT END ===
> > >
> > > Test command exited with code: 2
> >
> > Any idea what's going on here?
Unrelated to this patch. Every patch from today has it.
>
> I _think_ that's unrelated to the patch here. Looks like the
> autobuilder is using a compiler version that doesn't like typedef
> redefinitions, even if they're identical.
RHEL 6 build was broken by commit f2a8f0a6314 (migration: Split registration
functions from vmstate.h). The fix is
https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg03173.html
Fam