From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3V6W-0000ob-Cn for qemu-devel@nongnu.org; Thu, 19 May 2016 17:03:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3V6V-0006yO-Di for qemu-devel@nongnu.org; Thu, 19 May 2016 17:03:36 -0400 Date: Thu, 19 May 2016 17:03:25 -0400 From: Jeff Cody Message-ID: <20160519210325.GA13018@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 > Reviewed-by: Jeff Cody