Re: [libvirt] [PATCH v2] qemuDomainObjBeginJobInternal: Report agent job in error message

2018-06-26 Thread John Ferlan
On 06/25/2018 02:01 AM, Michal Privoznik wrote: > If a thread is unable to acquire a job (e.g. because of timeout) > an error is reported and the error message contains reference to > the other thread holding the job. Well, the error message should > report agent job too as it is yet another sou

[libvirt] [PATCH v2] qemuDomainObjBeginJobInternal: Report agent job in error message

2018-06-24 Thread Michal Privoznik
If a thread is unable to acquire a job (e.g. because of timeout) an error is reported and the error message contains reference to the other thread holding the job. Well, the error message should report agent job too as it is yet another source of possible failure. Signed-off-by: Michal Privoznik