]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Increase guest startup timeout to 30 seconds
authorCole Robinson <crobinso@redhat.com>
Tue, 9 Feb 2010 20:10:41 +0000 (15:10 -0500)
committerCole Robinson <crobinso@redhat.com>
Wed, 10 Feb 2010 15:51:47 +0000 (10:51 -0500)
commitd3024a2ccee8a236ea811d44f9c69349d639b94f
treea806165474388fda28001a977deefa5f62f5d8ba
parentb65490a312557f6c2b6711c32c4f034fffae6ae0
qemu: Increase guest startup timeout to 30 seconds

Currently the timeout for reading startup output is 3 seconds. If the
host is under any sort of load, we can easily trigger this. Lets bump
it to 30 seconds.

Since the polling loop checks to see if the process has died, we shouldn't
erroneously hit this timeout if qemu bombs (only if it is stuck in some
infinite loop).
src/qemu/qemu_driver.c