On Sun, Jul 05, 2015 at 07:33:31PM +0100, Peter Maydell wrote: > On 3 July 2015 at 21:47, Eduardo Habkost <ehabk...@redhat.com> wrote: > > The following changes since commit 35360642d043c2a5366e8a04a10e5545e7353bd5: > > > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150703-1' > > into staging (2015-07-03 12:05:31 +0100) > > > > are available in the git repository at: > > > > git://github.com/ehabkost/qemu.git tags/x86-pull-request > > > > for you to fetch changes up to de9a6f1c8ab4fcfd9927da5ae28e75efe10f721c: > > > > target-i386: emulate CPUID level of real hardware (2015-07-03 17:38:25 > > -0300) > > > > ---------------------------------------------------------------- > > X86 queue, 2015-07-03 > > Hi. I'm afraid this fails to build:
Oops, sorry! I was sure my configure line included non-x86 targets. I will temporarily remove the offending patch and resubmit. > > /home/petmay01/linaro/qemu-for-merges/hw/ppc/spapr.c: In function > ‘spapr_machine_2_1_class_init’: > /home/petmay01/linaro/qemu-for-merges/hw/ppc/spapr.c:1888:34: error: > expected ‘}’ before ‘TYPE_X86_CPU’ > SPAPR_COMPAT_2_1 > ^ > /home/petmay01/linaro/qemu-for-merges/hw/ppc/spapr.c:1888:109: error: > expected ‘}’ before ‘TYPE_X86_CPU’ > SPAPR_COMPAT_2_1 > > ^ > /home/petmay01/linaro/qemu-for-merges/hw/ppc/spapr.c:1888:187: error: > expected ‘}’ before ‘TYPE_X86_CPU’ > SPAPR_COMPAT_2_1 > > ^ > /home/petmay01/linaro/qemu-for-merges/hw/ppc/spapr.c:1888:261: error: > expected ‘}’ before ‘TYPE_X86_CPU’ > SPAPR_COMPAT_2_1 > > ^ > /home/petmay01/linaro/qemu-for-merges/hw/ppc/spapr.c:1888:337: error: > expected ‘}’ before ‘TYPE_X86_CPU’ > SPAPR_COMPAT_2_1 > > [and further errors, probably just cascade] > > -- PMM -- Eduardo