Re: [libvirt] [PATCH] Improve debugging of QEMU start/stop

2013-10-31 Thread Eric Blake
On 10/31/2013 05:29 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Include reference of the VM object pointer and name in debug > logs for QEMU start/stop functions. Also make sure we log the > PID that we started, since it isn't available elsewhere in the > logs. > > Signed-off-

[libvirt] [PATCH] Improve debugging of QEMU start/stop

2013-10-31 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Include reference of the VM object pointer and name in debug logs for QEMU start/stop functions. Also make sure we log the PID that we started, since it isn't available elsewhere in the logs. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_process.c | 33