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 >