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:03:19 +0200 Message-ID: <500F9A37.9080203@redhat.com> References: <1343169246-17636-1-git-send-email-nab@linux-iscsi.org> <1343169246-17636-8-git-send-email-nab@linux-iscsi.org> <500F99B4.4050209@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: "Nicholas A. Bellinger" , 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: unlisted-recipients:; (no To-header on input) Return-path: In-Reply-To: <500F99B4.4050209@redhat.com> Sender: target-devel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 25/07/2012 09:01, Paolo Bonzini 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... :) Oops, the above comment was meant for patch 5. Which is a one-liner that can be squashed here. Anyway there is some problem with the ordering of the patches, because this patch includes vhost-scsi.h (introduced in patch 9) and patch 5 uses VHostSCSI (defined by vhost-scsi.h). Paolo