]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Inhibit daemon shutdown during driver initialization
authorGuido Günther <agx@sigxcpu.org>
Wed, 5 Dec 2012 19:21:14 +0000 (20:21 +0100)
committerGuido Günther <agx@sigxcpu.org>
Thu, 6 Dec 2012 19:27:09 +0000 (20:27 +0100)
commit6856b93710d09513116003da5a82233ba976756d
treeda496a3a252e34483f37ea604fd8566d04f56d19
parenta33f4eae83ecc6fb6e33006650c7f81e16584bd0
Inhibit daemon shutdown during driver initialization

As of 1a50ba2cb07d8bb2aa724062889deb9efd7ad9e9 qemu capabilities probing
takes longer since we timeout waiting for the monitor socket. When
probing qemu for different architectures this can add up so the daemon
auto shutdown timeout is reached and the client doesn't have a chance
to connect. To avoid that inhibit daemon shutdown during driver
initialization (which includes capabilities probing).

This fixes

http://honk.sigxcpu.org:8001/job/libvirt-tck-debian-wheezy-qemu-session/227/
daemon/libvirtd.c