From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9sBO-00050D-GU for qemu-devel@nongnu.org; Fri, 07 Sep 2012 02:36:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9sBK-0006Qi-Es for qemu-devel@nongnu.org; Fri, 07 Sep 2012 02:36:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9sBK-0006Qd-5z for qemu-devel@nongnu.org; Fri, 07 Sep 2012 02:36:46 -0400 Date: Fri, 7 Sep 2012 09:37:57 +0300 From: "Michael S. Tsirkin" Message-ID: <20120907063757.GA16041@redhat.com> References: <1345582331-22593-1-git-send-email-nab@linux-iscsi.org> <20120907062322.GB9232@redhat.com> <20120907063237.GA13651@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120907063237.GA13651@redhat.com> Subject: Re: [Qemu-devel] [RFC-v3 0/5] vhost-scsi: Add support for host virtualized target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Nicholas A. Bellinger" Cc: Stefan Hajnoczi , kvm-devel , Jan Kiszka , qemu-devel , Zhi Yong Wu , Anthony Liguori , target-devel , Hannes Reinecke , Paolo Bonzini , lf-virt , Christoph Hellwig On Fri, Sep 07, 2012 at 09:32:37AM +0300, Michael S. Tsirkin wrote: > On Fri, Sep 07, 2012 at 09:23:22AM +0300, Michael S. Tsirkin wrote: > > On Tue, Aug 21, 2012 at 08:52:06PM +0000, Nicholas A. Bellinger wrote: > > > From: Nicholas Bellinger > > > > > > Hi folks, > > > > > > This is the third RFC for vhost-scsi patches against mainline QEMU v1.1 > > > > I rebased on top of 1.2 and put this in my tree: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git pci > > > > Please check it out, meanwhile we'll see if anyone complains. > > OK I will be the first :). > Looks like build *without* CONFIG_VHOST_SCSI > is broken now: > LINK sparc64-softmmu/qemu-system-sparc64 > ../hw/qdev-properties.o: In function `parse_vhost_scsi_dev': > /scm/qemu/hw/qdev-properties.c:706: undefined reference to > `find_vhost_scsi' > ../hw/qdev-properties.o: In function `print_vhost_scsi_dev': > /scm/qemu/hw/qdev-properties.c:719: undefined reference to > `vhost_scsi_get_id' > ../libhw64/vl.o: In function `vhost_scsi_init_func': > /scm/qemu/vl.c:1943: undefined reference to `vhost_scsi_add_opts' > hw/virtio-scsi.o: In function `virtio_scsi_set_status': > /scm/qemu/hw/virtio-scsi.c:733: undefined reference to `vhost_scsi_stop' > /scm/qemu/hw/virtio-scsi.c:724: undefined reference to > `vhost_scsi_start' > > Please add stubs *and test* without CONFIG_VHOST_SCSI. > > While at it can we please rename file to vhost_scsi.c, vhost_scsi.h? > qemu is inconsistent but vhost files all use _ as separator: > this means function names and file names are in sync. > > Reverted for now, waiting for v4. Please note vhost, net and monitor changes are all merged. That's patches 1/5 and 2/5. > Thanks! > > > -- > > MST