From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHpc-0006xr-K1 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:31:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxHpX-0001pg-Qm for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:31:24 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:34280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHpX-0001pY-KQ for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:31:19 -0400 Received: by mail-lb0-f174.google.com with SMTP id u10so636732lbd.33 for ; Wed, 18 Jun 2014 08:31:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1403098014-1522-1-git-send-email-pbonzini@redhat.com> References: <1403098014-1522-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Wed, 18 Jun 2014 16:30:58 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 18 June 2014 14:26, Paolo Bonzini wrote: > The following changes since commit af44da87e926ff64260b95f4350d338c4fc113= ca: > > Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstrea= m' into staging (2014-06-16 18:26:21 +0100) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git scsi-next > > for you to fetch changes up to 3eff1f46f08a360a4ae9f834ce9fef4c45bf6f0f: > > virtio-scsi: add support for the any_layout feature (2014-06-18 08:47:1= 1 +0200) Hi; I'm afraid this fails to build for me: /home/petmay01/linaro/qemu-for-merges/block/iscsi.c: In function =E2=80=98iscsi_co_generic_cb=E2=80=99: /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:187:27: error: =E2=80=98SCSI_STATUS_BUSY=E2=80=99 undeclared (first use in this function) if (status =3D=3D SCSI_STATUS_BUSY) { ^ /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:187:27: note: each undeclared identifier is reported only once for each function it appears in /home/petmay01/linaro/qemu-for-merges/block/iscsi.c: In function =E2=80=98iscsi_co_writev=E2=80=99: /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:394:41: error: passing argument 3 of =E2=80=98iscsi_write10_task=E2=80=99 makes pointer fr= om integer without a cast [-Werror] iscsi_co_generic_cb, &iTask); ^ In file included from /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:4= 3:0: /usr/include/iscsi/iscsi.h:610:1: note: expected =E2=80=98unsigned char *= =E2=80=99 but argument is of type =E2=80=98uint64_t=E2=80=99 iscsi_write10_task(struct iscsi_context *iscsi, int lun, ^ /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:394:41: error: passing argument 4 of =E2=80=98iscsi_write10_task=E2=80=99 makes integer fr= om pointer without a cast [-Werror] iscsi_co_generic_cb, &iTask); ^ In file included from /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:4= 3:0: /usr/include/iscsi/iscsi.h:610:1: note: expected =E2=80=98uint32_t=E2=80=99= but argument is of type =E2=80=98uint8_t *=E2=80=99 iscsi_write10_task(struct iscsi_context *iscsi, int lun, ^ /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:394:41: error: too many arguments to function =E2=80=98iscsi_write10_task=E2=80=99 iscsi_co_generic_cb, &iTask); ^ In file included from /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:4= 3:0: /usr/include/iscsi/iscsi.h:610:1: note: declared here iscsi_write10_task(struct iscsi_context *iscsi, int lun, ^ cc1: all warnings being treated as errors make: *** [block/iscsi.o] Error 1 thanks -- PMM