Re: [Qemu-block] [PATCH V2 0/2] block/nfs: add support for libnfs pagecache

2016-05-19 Thread Jeff Cody
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



Re: [Qemu-block] [PATCH V2 0/2] block/nfs: add support for libnfs pagecache

2016-05-19 Thread Jeff Cody
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 



[Qemu-block] [PATCH V2 0/2] block/nfs: add support for libnfs pagecache

2016-05-19 Thread Peter Lieven
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