]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Check that QEMU is still alive while reading startup output.
authorCole Robinson <crobinso@redhat.com>
Mon, 11 May 2009 13:52:31 +0000 (13:52 +0000)
committerCole Robinson <crobinso@redhat.com>
Mon, 11 May 2009 13:52:31 +0000 (13:52 +0000)
commit0c8a9d2d514516b45515fc79417a7c869ccc83d8
tree32d297c00e41629b35046b397fc6670730a8b1ea
parenta331653dad7a7ff2c4bda8b83d3b64cec543402c
Check that QEMU is still alive while reading startup output.

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).
ChangeLog
src/qemu_driver.c