From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TATgR-0006CG-Lq for qemu-devel@nongnu.org; Sat, 08 Sep 2012 18:39:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TATgQ-0002S8-HA for qemu-devel@nongnu.org; Sat, 08 Sep 2012 18:39:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TATgQ-0002Ry-8b for qemu-devel@nongnu.org; Sat, 08 Sep 2012 18:39:22 -0400 Date: Sun, 9 Sep 2012 01:40:32 +0300 From: "Michael S. Tsirkin" Message-ID: <20120908224032.GC20588@redhat.com> References: <1347000499-28701-1-git-send-email-nab@linux-iscsi.org> <1347000499-28701-5-git-send-email-nab@linux-iscsi.org> <504A1A32.5050705@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <504A1A32.5050705@redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/5] virtio-scsi: Add start/stop functionality for vhost-scsi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Stefan Hajnoczi , kvm-devel , Jan Kiszka , Zhi Yong Wu , qemu-devel , "Nicholas A. Bellinger" , lf-virt , Anthony Liguori , target-devel , Hannes Reinecke , Zhi Yong Wu , Christoph Hellwig On Fri, Sep 07, 2012 at 06:00:50PM +0200, Paolo Bonzini wrote: > Il 07/09/2012 08:48, Nicholas A. Bellinger ha scritto: > > Cc: Stefan Hajnoczi > > Cc: Zhi Yong Wu > > Cc: Michael S. Tsirkin > > Cc: Paolo Bonzini > > Signed-off-by: Nicholas Bellinger > > --- > > hw/virtio-pci.c | 2 ++ > > hw/virtio-scsi.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > > hw/virtio-scsi.h | 1 + > > 3 files changed, 52 insertions(+), 0 deletions(-) > > Please create a completely separate device vhost-scsi-pci instead (or > virtio-scsi-tcm-pci, or something like that). It is used completely > differently from virtio-scsi-pci, it does not make sense to conflate the > two. > > Paolo Ideally the name would say how it is different, not what backend it uses. Any good suggestions? -- MST