From: Paolo Bonzini <pbonzini@redhat.com>
To: Stefan Weil <sw@weilnetz.de>
Cc: asias@redhat.com, qemu-devel@nongnu.org, nab@linux-iscsi.org
Subject: Re: [Qemu-devel] [PULL 0/9] SCSI updates for 2013-04-13
Date: Fri, 26 Apr 2013 10:40:29 +0200 [thread overview]
Message-ID: <517A3D7D.5080300@redhat.com> (raw)
In-Reply-To: <51780EAB.20008@weilnetz.de>
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
>
next prev parent reply other threads:[~2013-04-26 8:40 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 14:24 [Qemu-devel] [PULL 0/9] SCSI updates for 2013-04-13 Paolo Bonzini
2013-04-19 14:24 ` [Qemu-devel] [PATCH 1/9] scsi: avoid assertion failure on VERIFY command Paolo Bonzini
2013-04-19 14:24 ` [Qemu-devel] [PATCH 2/9] scsi: VMWare PVSCSI paravirtual device implementation Paolo Bonzini
2013-06-21 3:47 ` Libaiqing
2013-06-21 7:36 ` Paolo Bonzini
2013-06-21 11:44 ` Dmitry Fleytman
2013-06-21 12:00 ` Paolo Bonzini
2013-04-19 14:24 ` [Qemu-devel] [PATCH 3/9] vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping Paolo Bonzini
2013-04-19 14:24 ` [Qemu-devel] [PATCH 4/9] virtio-scsi: create VirtIOSCSICommon Paolo Bonzini
2013-04-19 14:24 ` [Qemu-devel] [PATCH 5/9] virtio: simplify Makefile conditionals Paolo Bonzini
2013-04-19 14:24 ` [Qemu-devel] [PATCH 6/9] vhost-scsi: new device supporting the tcm_vhost Linux kernel module Paolo Bonzini
2013-05-28 7:13 ` Wenchao Xia
2013-05-28 8:01 ` Paolo Bonzini
2013-05-28 8:33 ` Asias He
2013-05-28 9:00 ` Wenchao Xia
2013-05-29 9:05 ` Wenchao Xia
2013-05-29 9:27 ` Asias He
2013-05-29 15:10 ` Badari Pulavarty
2013-05-29 22:17 ` Asias He
2013-05-30 4:29 ` Nicholas A. Bellinger
2013-05-30 5:36 ` Nicholas A. Bellinger
2013-05-30 18:00 ` Badari Pulavarty
2013-06-06 22:53 ` [Qemu-devel] vhost-scsi and pscsi Badari
2013-05-30 2:09 ` [Qemu-devel] [PATCH 6/9] vhost-scsi: new device supporting the tcm_vhost Linux kernel module Wenchao Xia
2013-06-19 12:55 ` Libaiqing
2013-06-20 1:33 ` Asias He
2013-06-20 3:22 ` Wenchao Xia
2013-06-20 8:49 ` Libaiqing
2013-06-20 9:38 ` Asias He
2013-06-21 10:16 ` Libaiqing
2013-07-03 3:08 ` Libaiqing
2013-07-03 3:18 ` Asias He
2013-07-03 3:23 ` Asias He
2013-07-03 8:08 ` Asias He
2013-07-03 12:33 ` Libaiqing
2013-07-04 11:23 ` Paolo Bonzini
2013-07-08 0:59 ` Libaiqing
2013-07-04 7:00 ` Libaiqing
2013-07-05 0:00 ` Asias He
2013-07-05 6:52 ` Asias He
2013-07-05 11:17 ` Vadim Rozenfeld
2013-07-10 1:50 ` Asias He
2013-04-19 14:24 ` [Qemu-devel] [PATCH 7/9] vhost-scsi-pci: " Paolo Bonzini
2013-04-19 14:24 ` [Qemu-devel] [PATCH 8/9] vhost-scsi-ccw: " Paolo Bonzini
2013-04-19 14:24 ` [Qemu-devel] [PATCH 9/9] vhost-scsi-s390: " Paolo Bonzini
2013-04-23 23:17 ` [Qemu-devel] [PULL 0/9] SCSI updates for 2013-04-13 Nicholas A. Bellinger
2013-04-24 5:59 ` [Qemu-devel] seabios for qemu 1.5 Gerd Hoffmann
2013-04-24 6:11 ` Amos Kong
2013-05-16 4:46 ` Amos Kong
2013-05-27 6:17 ` Gerd Hoffmann
2013-04-30 16:01 ` Paolo Bonzini
2013-04-24 4:56 ` [Qemu-devel] [PULL 0/9] SCSI updates for 2013-04-13 Stefan Weil
2013-04-24 8:19 ` Paolo Bonzini
2013-04-24 16:56 ` Stefan Weil
2013-04-26 8:40 ` Paolo Bonzini [this message]
2013-06-17 21:18 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=517A3D7D.5080300@redhat.com \
--to=pbonzini@redhat.com \
--cc=asias@redhat.com \
--cc=nab@linux-iscsi.org \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.