From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Stvat-0006k1-To for qemu-devel@nongnu.org; Wed, 25 Jul 2012 03:01:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Stvap-0004lR-UJ for qemu-devel@nongnu.org; Wed, 25 Jul 2012 03:01:15 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:65368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Stvap-0004lJ-O8 for qemu-devel@nongnu.org; Wed, 25 Jul 2012 03:01:11 -0400 Received: by wibhm2 with SMTP id hm2so4110140wib.4 for ; Wed, 25 Jul 2012 00:01:11 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <500F99B4.4050209@redhat.com> Date: Wed, 25 Jul 2012 09:01:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343169246-17636-1-git-send-email-nab@linux-iscsi.org> <1343169246-17636-8-git-send-email-nab@linux-iscsi.org> In-Reply-To: <1343169246-17636-8-git-send-email-nab@linux-iscsi.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 7/9] virtio-scsi: Start/stop vhost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Nicholas A. Bellinger" Cc: Jens Axboe , Stefan Hajnoczi , kvm-devel , "Michael S. Tsirkin" , qemu-devel , Zhi Yong Wu , Anthony Liguori , target-devel , Hannes Reinecke , lf-virt , Christoph Hellwig 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