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

2018-06-24 Thread Michal Prívozník
On 06/22/2018 10:07 AM, Jiri Denemark wrote: > On Wed, Jun 20, 2018 at 14:32:04 +0200, 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

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

2018-06-22 Thread Jiri Denemark
On Wed, Jun 20, 2018 at 14:32:04 +0200, 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

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

2018-06-20 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