Re: [libvirt] [PATCH v3 08/31] Introduce virStreamSparseRecvAll

2017-05-17 Thread John Ferlan
On 05/17/2017 08:40 AM, Michal Privoznik wrote: > On 05/16/2017 11:34 PM, John Ferlan wrote: >> >> >> On 05/16/2017 10:03 AM, Michal Privoznik wrote: >>> This is just a wrapper over new functions that have been just >>> introduced: virStreamRecvFlags(), virStreamRecvHole(). It's very >>> similar

Re: [libvirt] [PATCH v3 08/31] Introduce virStreamSparseRecvAll

2017-05-17 Thread Michal Privoznik
On 05/16/2017 11:34 PM, John Ferlan wrote: > > > On 05/16/2017 10:03 AM, Michal Privoznik wrote: >> This is just a wrapper over new functions that have been just >> introduced: virStreamRecvFlags(), virStreamRecvHole(). It's very >> similar to virStreamRecvAll() except it handles sparse streams >

Re: [libvirt] [PATCH v3 08/31] Introduce virStreamSparseRecvAll

2017-05-16 Thread John Ferlan
I was wondering why this never made it to the list - seems I just sent it to Michal... So here's what I sent... John On 05/16/2017 05:34 PM, John Ferlan wrote: > > > On 05/16/2017 10:03 AM, Michal Privoznik wrote: >> This is just a wrapper over new functions that have been just >> introduced:

[libvirt] [PATCH v3 08/31] Introduce virStreamSparseRecvAll

2017-05-16 Thread Michal Privoznik
This is just a wrapper over new functions that have been just introduced: virStreamRecvFlags(), virStreamRecvHole(). It's very similar to virStreamRecvAll() except it handles sparse streams well. Signed-off-by: Michal Privoznik --- include/libvirt/libvirt-stream.h | 33 ++- src/libvirt-