[libvirt] [libvirt-python][PATCH v2 0/4] Implement sparse streams

Michal Privoznik mprivozn at redhat.com
Tue May 23 14:26:07 UTC 2017


diff to v1:
- Martin's review worked in.

Patches 1-3 were ACKed already. Well, conditionally. Patch 4/4 wasn't. I'm
sending them again to make sure I've worked in the review as expected.

Michal Privoznik (4):
  Implement virStreamSendHole/virStreamRecvHole
  virStream: Introduce virStreamRecvFlags
  virStream: Introduce virStreamSparse{Recv,Send}All
  examples: Introduce sparsestream.py

 examples/sparsestream.py      | 117 +++++++++++++++++++++++++++++++++
 generator.py                  |   5 ++
 libvirt-override-virStream.py | 146 ++++++++++++++++++++++++++++++++++++++++++
 libvirt-override.c            | 102 +++++++++++++++++++++++++++++
 sanitytest.py                 |   6 +-
 5 files changed, 374 insertions(+), 2 deletions(-)
 create mode 100755 examples/sparsestream.py

-- 
2.13.0




More information about the libvir-list mailing list