Re: [libvirt] [PATCH] Speed up fallback to legacy non-QMP probing

2013-01-07 Thread Eric Blake
On 01/07/2013 09:20 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Since we daemonized QEMU for capabilities probing there is a long > time if QEMU fals to launch. This is because we're not passing in s/fals/fails/ > any virDomainObjPtr instance and thus the monitor code can not

[libvirt] [PATCH] Speed up fallback to legacy non-QMP probing

2013-01-07 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Since we daemonized QEMU for capabilities probing there is a long time if QEMU fals 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