[Qemu-devel] [PATCH 0/2] block/nfs optimizations

Peter Lieven posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487349541-10201-1-git-send-email-pl@kamp.de
Test checkpatch passed
Test docker passed
Test s390x passed
block/nfs.c | 50 ++++++++++++++++++++++++++++----------------------
1 file changed, 28 insertions(+), 22 deletions(-)
[Qemu-devel] [PATCH 0/2] block/nfs optimizations
Posted by Peter Lieven 7 years, 1 month ago
Peter Lieven (2):
  block/nfs: convert to preadv / pwritev
  block/nfs: try to avoid the bounce buffer in pwritev

 block/nfs.c | 50 ++++++++++++++++++++++++++++----------------------
 1 file changed, 28 insertions(+), 22 deletions(-)

-- 
1.9.1


Re: [Qemu-devel] [PATCH 0/2] block/nfs optimizations
Posted by Jeff Cody 7 years, 1 month ago
On Fri, Feb 17, 2017 at 05:38:59PM +0100, Peter Lieven wrote:
> Peter Lieven (2):
>   block/nfs: convert to preadv / pwritev
>   block/nfs: try to avoid the bounce buffer in pwritev
> 
>  block/nfs.c | 50 ++++++++++++++++++++++++++++----------------------
>  1 file changed, 28 insertions(+), 22 deletions(-)
> 
> -- 
> 1.9.1
> 

Thanks,

Applied to my block branch:

git://github.com/codyprime/qemu-kvm-jtc.git block

-Jeff