qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Fam Zheng
Subject: [Qemu-devel] [PATCH 0/2] backup: Use copy offloading
Date: Thu, 31 May 2018 10:34:43 +0800

Based-on: <address@hidden>
([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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]