From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrWVW-000206-WE for qemu-devel@nongnu.org; Wed, 18 Jul 2012 11:49:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrWVV-0004hS-Uh for qemu-devel@nongnu.org; Wed, 18 Jul 2012 11:49:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrWVV-0004hK-Mb for qemu-devel@nongnu.org; Wed, 18 Jul 2012 11:49:45 -0400 Date: Wed, 18 Jul 2012 18:49:48 +0300 From: "Michael S. Tsirkin" Message-ID: <20120718154948.GF1777@redhat.com> References: <1342624074-24650-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1342624074-24650-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [RFC v9 00/27] virtio: virtio-blk data plane List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , kvm@vger.kernel.org, qemu-devel@nongnu.org, Khoa Huynh , Paolo Bonzini , Asias He On Wed, Jul 18, 2012 at 04:07:27PM +0100, Stefan Hajnoczi wrote: > This series implements a dedicated thread for virtio-blk processing using Linux > AIO for raw image files only. It is based on qemu-kvm.git a0bc8c3 and somewhat > old but I wanted to share it on the list since it has been mentioned on mailing > lists and IRC recently. BTW are these any bugfixes here upstream needs? I could not tell. -- MST