Re: [libvirt] [PATCH] Improve debugging of job enter/exit code

2013-10-31 Thread Eric Blake
On 10/31/2013 05:29 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > In debugging a recent oVirt/libvirt race condition, I was very > frustrated by lack of logging in the job enter/exit code. This > patch adds some key data which would have been useful in by > debugging attempts. >

[libvirt] [PATCH] Improve debugging of job enter/exit code

2013-10-31 Thread Daniel P. Berrange
From: "Daniel P. Berrange" In debugging a recent oVirt/libvirt race condition, I was very frustrated by lack of logging in the job enter/exit code. This patch adds some key data which would have been useful in by debugging attempts. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_domain.c