Re: [libvirt] [PATCH] qemu: Report cmdline output if VM dies early

2010-05-17 Thread Cole Robinson
On 05/04/2010 04:58 PM, Eric Blake wrote: On 04/30/2010 09:44 AM, Cole Robinson wrote: qemuReadLogOutput early VM death detection is racy and won't always work. Startup then errors when connecting to the VM monitor. This won't report the emulator cmdline output which is typically the most

Re: [libvirt] [PATCH] qemu: Report cmdline output if VM dies early

2010-05-04 Thread Eric Blake
On 04/30/2010 09:44 AM, Cole Robinson wrote: qemuReadLogOutput early VM death detection is racy and won't always work. Startup then errors when connecting to the VM monitor. This won't report the emulator cmdline output which is typically the most useful diagnostic. Check if the VM has died

[libvirt] [PATCH] qemu: Report cmdline output if VM dies early

2010-04-30 Thread Cole Robinson
qemuReadLogOutput early VM death detection is racy and won't always work. Startup then errors when connecting to the VM monitor. This won't report the emulator cmdline output which is typically the most useful diagnostic. Check if the VM has died at the very end of the monitor connection step,