[libvirt] [PATCH v4 0/7] wrap up virDomainBlockCopy

Eric Blake eblake at redhat.com
Fri Sep 12 03:55:34 UTC 2014


diff to v3:
patch 1 now consumes the destination in the common helper instead
of copying it
patch 2 rebased accordingly
patch 3 didn't need much work
patch 4 finally tested
patches 5-7 are new

Also available at git://repo.or.cz/libvirt/ericb.git branch blockcopy,
http://repo.or.cz/w/libvirt/ericb.git/shortlog/refs/heads/blockcopy

Eric Blake (7):
  blockcopy: tweak how rebase calls into copy
  blockcopy: add qemu implementation of new API
  blockcopy: add qemu implementation of new tunables
  blockjob: allow finer bandwidth tuning for set speed
  blockjob: improve handling of bandwidth in virsh
  blockjob: automatically use bytes for bandwidth in virsh
  blockjob: allow forcing of bytes scale in virsh

 include/libvirt/libvirt.h.in |  31 ++++--
 src/libvirt.c                |  83 +++++++++-----
 src/qemu/qemu_driver.c       | 255 +++++++++++++++++++++++++++++--------------
 src/qemu/qemu_migration.c    |   2 +-
 src/qemu/qemu_monitor.c      |   8 +-
 src/qemu/qemu_monitor.h      |   2 +
 src/qemu/qemu_monitor_json.c |   4 +
 src/qemu/qemu_monitor_json.h |   2 +
 tests/qemumonitorjsontest.c  |   2 +-
 tools/virsh-domain.c         | 226 ++++++++++++++++++++++++++++++--------
 tools/virsh.pod              |  50 +++++----
 11 files changed, 481 insertions(+), 184 deletions(-)

-- 
1.9.3




More information about the libvir-list mailing list