Re: [libvirt] [PATCH v2 15/38] Introduce virStreamSparseSendAll

2017-05-10 Thread Michal Privoznik
On 05/04/2017 11:35 PM, John Ferlan wrote: > > > On 04/20/2017 06:01 AM, Michal Privoznik wrote: >> This is just a wrapper over new function that have been just >> introduced: virStreamSkip() . It's very similar to >> virStreamSendAll() except it handles sparse streams well. > > You could have

Re: [libvirt] [PATCH v2 15/38] Introduce virStreamSparseSendAll

2017-05-04 Thread John Ferlan
On 04/20/2017 06:01 AM, Michal Privoznik wrote: > This is just a wrapper over new function that have been just > introduced: virStreamSkip() . It's very similar to > virStreamSendAll() except it handles sparse streams well. You could have some changes here due to previous API name changes.

[libvirt] [PATCH v2 15/38] Introduce virStreamSparseSendAll

2017-04-20 Thread Michal Privoznik
This is just a wrapper over new function that have been just introduced: virStreamSkip() . It's very similar to virStreamSendAll() except it handles sparse streams well. Signed-off-by: Michal Privoznik --- include/libvirt/libvirt-stream.h | 59 +++--