From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0W1B-0002h8-Eu for qemu-devel@nongnu.org; Mon, 15 Dec 2014 08:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0W14-0001lz-La for qemu-devel@nongnu.org; Mon, 15 Dec 2014 08:48:57 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:53286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0W14-0001le-Dc for qemu-devel@nongnu.org; Mon, 15 Dec 2014 08:48:50 -0500 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Dec 2014 13:48:48 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 1DDE617D8047 for ; Mon, 15 Dec 2014 13:49:11 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sBFDmk9Y57999428 for ; Mon, 15 Dec 2014 13:48:46 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sBFDmk6P003651 for ; Mon, 15 Dec 2014 06:48:46 -0700 Date: Mon, 15 Dec 2014 14:48:42 +0100 From: Cornelia Huck Message-ID: <20141215144842.1e4d4281.cornelia.huck@de.ibm.com> In-Reply-To: References: <1418643332-29100-1-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/11] s390x changes for 2.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Frank Blaschka Cc: Christian Borntraeger , Jens Freimann , QEMU Developers , Alexander Graf On Mon, 15 Dec 2014 13:10:51 +0000 Peter Maydell wrote: > On 15 December 2014 at 11:35, Cornelia Huck wr= ote: > > The following changes since commit 99c9c3cb24e566258a0a141178934f9cb519= 8842: > > > > Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2= 014-12-11' into staging (2014-12-11 18:27:02 +0000) > > > > are available in the git repository at: > > > > > > git://github.com/cohuck/qemu tags/s390x-20141215 > > > > for you to fetch changes up to 5a9403c9bc36aaa3431083f152251e775c38b386: > > > > s390x: update MAINTAINERS (2014-12-15 10:43:17 +0100) >=20 > Hi; I'm afraid this doesn't build for win32 or MacOSX > or 32-bit Linux: >=20 > 32-bit Linux failures: > hw/s390x/s390-pci-bus.c: In function 's390_guest_io_table_walk': > hw/s390x/s390-pci-bus.c:283:11: error: cast from pointer to integer of > different size [-Werror=3Dpointer-to-int-cast] > hw/s390x/s390-pci-bus.c:291:11: error: cast from pointer to integer of > different size [-Werror=3Dpointer-to-int-cast] >=20 > Windows failures: >=20 > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c: In > function =E2=80=98s390_guest_io_table_walk=E2=80=99: > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c:283: > warning: cast from pointer to integer of different size > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c:291: > warning: cast from pointer to integer of different size > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c: In > function =E2=80=98s390_translate_iommu=E2=80=99: > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c:325: > warning: integer constant is too large for =E2=80=98long=E2=80=99 type >=20 > (those are just warnings but should be fixed anyway) >=20 > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.c:15:23: > warning: sys/ioctl.h: No such file or directory > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.c:16:22: > warning: sys/mman.h: No such file or directory > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.c:18:23: > warning: linux/kvm.h: No such file or directory > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.c:19:24: > warning: asm/ptrace.h: No such file or directory > In file included from > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.c:32: > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.h:25: > error: expected specifier-qualifier-list before =E2=80=98__uint16_t=E2=80= =99 > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.h:30: > error: expected specifier-qualifier-list before =E2=80=98__uint16_t=E2=80= =99 > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.h:55: > error: expected specifier-qualifier-list before =E2=80=98__uint16_t=E2=80= =99 > /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-inst.h:92: > error: expected specifier-qualifier-list before =E2=80=98__uint32_t=E2=80= =99 >=20 > ...and a lot of other stuff that's probably just cascade from > trying to include a bunch of Linux headers. >=20 > MacOSX builds also fail for lack of linux/kvm.h. >=20 > Incidentally, trying to include kvm.h is really a > bad idea unless guarded by CONFIG_KVM, even on Linux. You'll > get whatever the system include directory's kvm.h has, which > might be older than the one we ship in the QEMU tree and is > quite likely for a different architecture. Sorry, my builds did not catch this :( Frank, could you please take a look at the pci build failures?