Re: [libvirt] [PATCH v3 20/31] remote_driver: Implement virStreamSendHole

2017-05-17 Thread John Ferlan
On 05/16/2017 10:04 AM, Michal Privoznik wrote: > Now that we have RPC wrappers over VIR_NET_STREAM_HOLE we can > start wiring them up. This commit wires up situation when a > client wants to send a hole to daemon. > > To keep stream offsets synchronous, upon successful call on the > daemon skip

[libvirt] [PATCH v3 20/31] remote_driver: Implement virStreamSendHole

2017-05-16 Thread Michal Privoznik
Now that we have RPC wrappers over VIR_NET_STREAM_HOLE we can start wiring them up. This commit wires up situation when a client wants to send a hole to daemon. To keep stream offsets synchronous, upon successful call on the daemon skip the same hole in local part of the stream. Signed-off-by: Mi