From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3V8H-0002Rv-PR for qemu-devel@nongnu.org; Thu, 19 May 2016 17:05:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3V8F-0007Ok-UI for qemu-devel@nongnu.org; Thu, 19 May 2016 17:05:24 -0400 Date: Thu, 19 May 2016 17:05:15 -0400 From: Jeff Cody Message-ID: <20160519210515.GB13018@localhost.localdomain> References: <1463662083-20814-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463662083-20814-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCH V2 0/2] block/nfs: add support for libnfs pagecache List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, ronniesahlberg@gmail.com, famz@redhat.com On Thu, May 19, 2016 at 02:48:01PM +0200, Peter Lieven wrote: > this adds support for the upcoming libnfs cachepage to Qemu. > While at it neglect to use readahead if cache.direct is on. > > v1->v2: - move the readahead fix to Patch 1 and CC qemu-stable > - check for changed cache settings in bdrv_reopen_prepare [Jeff] > > Peter Lieven (2): > block/nfs: refuse readahead if cache.direct is on > block/nfs: add support for libnfs pagecache > > block/nfs.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 51 insertions(+), 4 deletions(-) > > -- > 1.9.1 > Thanks, Applied to my block branch: git://github.com/codyprime/qemu-kvm-jtc.git block -Jeff