From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVeD2-0003FU-Hs for qemu-devel@nongnu.org; Fri, 26 Apr 2013 04:40:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVeD1-0006b0-2O for qemu-devel@nongnu.org; Fri, 26 Apr 2013 04:40:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVeD0-0006au-Ji for qemu-devel@nongnu.org; Fri, 26 Apr 2013 04:40:46 -0400 Message-ID: <517A3D7D.5080300@redhat.com> Date: Fri, 26 Apr 2013 10:40:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366381460-6041-1-git-send-email-pbonzini@redhat.com> <5177660D.7030600@weilnetz.de> <517795AC.8050609@redhat.com> <51780EAB.20008@weilnetz.de> In-Reply-To: <51780EAB.20008@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] SCSI updates for 2013-04-13 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: asias@redhat.com, qemu-devel@nongnu.org, nab@linux-iscsi.org Il 24/04/2013 18:56, Stefan Weil ha scritto: > Am 24.04.2013 10:19, schrieb Paolo Bonzini: >> Il 24/04/2013 06:56, Stefan Weil ha scritto: >>> Hi Paolo, the latest QEMU build is broken when CONFIG_VHOST_SCSI is >>> undefined. >> --verbose, please. :) > > Sorry, I thought it was obvious. The error occurs in a cross build for > w64 when building s390x-softmmu. Will fix it next week, -rc0 should be fine. Paolo > Regards, > Stefan > > $ make -C bin/debug/amd64-mingw32msvc -k > make: Entering directory `/qemu/bin/debug/amd64-mingw32msvc' > CC s390x-softmmu/hw/s390x/s390-virtio-bus.o > /qemu/hw/s390x/s390-virtio-bus.c: In function 's390_virtio_register_types': > /qemu/hw/s390x/s390-virtio-bus.c:694: error: 's390_vhost_scsi' > undeclared (first use in this function) > /qemu/hw/s390x/s390-virtio-bus.c:694: error: (Each undeclared identifier > is reported only once > /qemu/hw/s390x/s390-virtio-bus.c:694: error: for each function it > appears in.) > make[1]: *** [hw/s390x/s390-virtio-bus.o] Fehler 1 > CC s390x-softmmu/hw/s390x/s390-virtio-ccw.o > In file included from /qemu/hw/s390x/s390-virtio-ccw.c:18: > /qemu/hw/s390x/virtio-ccw.h:115: error: expected > specifier-qualifier-list before 'VHostSCSI' > make[1]: *** [hw/s390x/s390-virtio-ccw.o] Fehler 1 > CC s390x-softmmu/hw/s390x/virtio-ccw.o > In file included from /qemu/hw/s390x/virtio-ccw.c:27: > /qemu/hw/s390x/virtio-ccw.h:115: error: expected > specifier-qualifier-list before 'VHostSCSI' > /qemu/hw/s390x/virtio-ccw.c: In function 'virtio_ccw_register': > /qemu/hw/s390x/virtio-ccw.c:1107: error: 'vhost_ccw_scsi' undeclared > (first use in this function) > /qemu/hw/s390x/virtio-ccw.c:1107: error: (Each undeclared identifier is > reported only once > /qemu/hw/s390x/virtio-ccw.c:1107: error: for each function it appears in.) > make[1]: *** [hw/s390x/virtio-ccw.o] Fehler 1 > CC s390x-softmmu/target-s390x/translate.o >