From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMlLZ-00047i-HB for qemu-devel@nongnu.org; Thu, 29 Dec 2016 19:47:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cMlLY-00089k-Pc for qemu-devel@nongnu.org; Thu, 29 Dec 2016 19:47:01 -0500 Date: Fri, 30 Dec 2016 08:46:51 +0800 From: Fam Zheng Message-ID: <20161230004651.GA24498@lemon> References: <20161220163139.12016-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/4] RFC: A VFIO based block driver for NVMe device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Tian, Kevin" Cc: "qemu-devel@nongnu.org" , Kevin Wolf , "qemu-block@nongnu.org" , Max Reitz , "borntraeger@de.ibm.com" , Stefan Hajnoczi , Paolo Bonzini , Karl Rister On Thu, 12/29 04:09, Tian, Kevin wrote: > is it a tradeoff between performance (better than linux-aio) and composability > (snapshot and live migration which not supported by direct passthrough)? Yes. Fam