From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxDnl-00081N-4X for qemu-devel@nongnu.org; Mon, 21 Jan 2013 04:36:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxDni-0000mV-Iy for qemu-devel@nongnu.org; Mon, 21 Jan 2013 04:36:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxDni-0000mP-Bi for qemu-devel@nongnu.org; Mon, 21 Jan 2013 04:36:22 -0500 Date: Mon, 21 Jan 2013 10:36:18 +0100 From: Stefan Hajnoczi Message-ID: <20130121093618.GB8514@stefanha-thinkpad.redhat.com> References: <1358437614-14968-1-git-send-email-stefanha@redhat.com> <20130118155937.GB21114@stefanha-thinkpad.redhat.com> <201301190959.57902.vrozenfe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201301190959.57902.vrozenfe@redhat.com> Subject: Re: [Qemu-devel] [PATCH] dataplane: support viostor virtio-pci status bit setting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vadim Rozenfeld Cc: Kevin Wolf , Stefan Hajnoczi , qemu-devel@nongnu.org, "Michael S. Tsirkin" On Sat, Jan 19, 2013 at 09:59:57AM +0200, Vadim Rozenfeld wrote: > On Friday, January 18, 2013 05:59:37 PM Stefan Hajnoczi wrote: > > On Thu, Jan 17, 2013 at 04:46:54PM +0100, Stefan Hajnoczi wrote: > > > The viostor virtio-blk driver for Windows does not use the > > > VIRTIO_CONFIG_S_DRIVER bit. It only sets the VIRTIO_CONFIG_S_DRIVER_OK > > > bit. > Will be added in the next build. Nice, thanks. For compatibility with existing viostor drivers QEMU will carry this patch. Stefan