Re: [libvirt] [PATCH 0/9] stream error reporting fixes

2016-05-02 Thread Michal Privoznik
On 25.04.2016 20:46, Cole Robinson wrote: > This series attempts to address various stream finish/abort error > reporting issues: > > * Unclear error messages > * virStreamAbort always returns an error > * Spurious errors logged on the daemon side > * Various issues in stream error cleanup (found

[libvirt] [PATCH 0/9] stream error reporting fixes

2016-04-25 Thread Cole Robinson
This series attempts to address various stream finish/abort error reporting issues: * Unclear error messages * virStreamAbort always returns an error * Spurious errors logged on the daemon side * Various issues in stream error cleanup (found through code inspection) Cole Robinson (9): fdstream: