[Qemu-devel] [PATCH 0/2] backup: Use copy offloading

Fam Zheng posted 2 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180531023445.5923-1-famz@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
There is a newer version of this series
block/backup.c        | 93 +++++++++++++++++++++++++++++++++------------------
block/io.c            |  6 ++--
block/trace-events    |  1 +
include/block/block.h |  5 +--
4 files changed, 69 insertions(+), 36 deletions(-)
[Qemu-devel] [PATCH 0/2] backup: Use copy offloading
Posted by Fam Zheng 7 years, 5 months ago
Based-on: <20180529055959.32002-1-famz@redhat.com>
([PATCH v7 00/10] qemu-img convert with copy offloading)

This enhances the backup job to make use of the copy offloading API. It
eliminates the necessity to use the bounce buffer as well as speeding up the
copy operation when the backend supports it.

Fam Zheng (2):
  block: Honour BDRV_REQ_NO_SERIALISING in copy range
  backup: Use copy offloading

 block/backup.c        | 93 +++++++++++++++++++++++++++++++++------------------
 block/io.c            |  6 ++--
 block/trace-events    |  1 +
 include/block/block.h |  5 +--
 4 files changed, 69 insertions(+), 36 deletions(-)

-- 
2.14.3