Re: [libvirt] [PATCH v2 4/4] Check that QEMU is still alive while reading startup output.

2009-05-06 Thread Daniel P. Berrange
On Mon, May 04, 2009 at 03:52:11PM -0400, Cole Robinson wrote: By checking the pid every retry period, we can quickly determine if the process crashed at startup, rather than make the user wait for the entire timeout (3 seconds). ACK. Daniel Signed-off-by: Cole Robinson

[libvirt] [PATCH v2 4/4] Check that QEMU is still alive while reading startup output.

2009-05-04 Thread Cole Robinson
By checking the pid every retry period, we can quickly determine if the process crashed at startup, rather than make the user wait for the entire timeout (3 seconds). Signed-off-by: Cole Robinson crobi...@redhat.com --- src/qemu_driver.c | 33 ++--- 1 files changed,