From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [RFC 7/9] virtio-scsi: Start/stop vhost Date: Wed, 25 Jul 2012 09:01:08 +0200 Message-ID: <500F99B4.4050209@redhat.com> References: <1343169246-17636-1-git-send-email-nab@linux-iscsi.org> <1343169246-17636-8-git-send-email-nab@linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: target-devel , lf-virt , kvm-devel , qemu-devel , Stefan Hajnoczi , Zhi Yong Wu , Anthony Liguori , "Michael S. Tsirkin" , Christoph Hellwig , Jens Axboe , Hannes Reinecke To: "Nicholas A. Bellinger" Return-path: In-Reply-To: <1343169246-17636-8-git-send-email-nab@linux-iscsi.org> Sender: target-devel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 25/07/2012 00:34, Nicholas A. Bellinger ha scritto: > From: Stefan Hajnoczi > > This patch starts and stops vhost as the virtio device transitions > through its status phases. Vhost can only be started once the guest > reports its driver has successfully initialized, which means the > virtqueues have been set up by the guest. > > (v2: Squash virtio-scsi: use the vhost-scsi host device from stefan) > > Signed-off-by: Stefan Hajnoczi > Signed-off-by: Zhi Yong Wu > Cc: Michael S. Tsirkin > Cc: Paolo Bonzini > Signed-off-by: Nicholas Bellinger Hmm, this is not what the patch does... :) Paolo