]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Speed up fallback to legacy non-QMP probing
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Jan 2013 16:19:36 +0000 (16:19 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Jan 2013 18:13:54 +0000 (18:13 +0000)
commit198c992d261ca74ac654351b53f688144bf9b168
treed1df7a16390e68e8eebb2cb9991b43061437cb34
parent038cffd831e9c0a82624d6f95e795a68a9d255e4
Speed up fallback to legacy non-QMP probing

Since we daemonized QEMU for capabilities probing there is a long
time if QEMU fails to launch. This is because we're not passing in
any virDomainObjPtr instance and thus the monitor code can not
check to see if the PID is still alive.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_capabilities.c