[libvirt] [libvirt-perl][PATCH 0/7] Implement sparse streams

Michal Privoznik mprivozn at redhat.com
Tue May 23 15:05:34 UTC 2017


*** BLURB HERE ***

Michal Privoznik (7):
  Fix send_all() callback helper
  Introduce flags to Stream::recv()
  Introduce Stream::recvHole() and Stream::sendHole()
  Introduce Stream::sparse_recv_all()
  Introduce Stream::sparse_send_all()
  Register VOL_DOWNLOAD_SPARSE_STREAM & VOL_UPLOAD_SPARSE_STREAM
    constants
  examples: Introduce vol-sparse.pl

 Changes                    |   9 ++
 Virt.xs                    | 241 ++++++++++++++++++++++++++++++++++++++++++++-
 examples/vol-sparse.pl     | 142 ++++++++++++++++++++++++++
 lib/Sys/Virt/StorageVol.pm |  30 +++++-
 lib/Sys/Virt/Stream.pm     |  70 ++++++++++++-
 t/030-api-coverage.t       |   3 +
 6 files changed, 483 insertions(+), 12 deletions(-)
 create mode 100755 examples/vol-sparse.pl

-- 
2.13.0




More information about the libvir-list mailing list