[libvirt] [PATCH] fdstream: Report error from the I/O thread

2018-06-06 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1529059 Commit id 0fe4aa14 added the thread specific error message reporting (or save) to virFDStreamEvent; however, as processing goes via virStream{Send|SendHole|Recv} via calls from daemonStreamHandle{WriteData|Hole|Read} the last error gets reset in

Re: [libvirt] [PATCH] fdstream: Report error from the I/O thread

2018-06-06 Thread Michal Privoznik
On 06/06/2018 04:15 PM, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1529059 > > Commit id 0fe4aa14 added the thread specific error message > reporting (or save) to virFDStreamEvent; however, as processing > goes via virStream{Send|SendHole|Recv} via calls from > daemonStreamHa