Re: [libvirt] [PATCH v3 0/6] Fix error reporting in streams

2017-06-12 Thread Michal Privoznik
On 06/05/2017 10:22 AM, Michal Privoznik wrote: > diff to v3: > > -In the last patch, instead of reporting errors from callbacks, report system > error based on errno set by the callbacks. > > Michal Privoznik (6): > virfdstream: Check for thread error more frequently > fdstream: Report

[libvirt] [PATCH v3 0/6] Fix error reporting in streams

2017-06-05 Thread Michal Privoznik
diff to v3: -In the last patch, instead of reporting errors from callbacks, report system error based on errno set by the callbacks. Michal Privoznik (6): virfdstream: Check for thread error more frequently fdstream: Report error from the I/O thread virStream*All: Call virStreamAbort()