]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Faster response time to qemu startup errors
authorStefan Berger <stefanb@us.ibm.com>
Mon, 13 Jun 2011 19:59:58 +0000 (15:59 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Mon, 13 Jun 2011 19:59:58 +0000 (15:59 -0400)
commitf5358fdc72a2036efbe67eb60047843ae1e7be80
tree971e96e030fde6c260f0c5a0da0e5b52af915043
parent765da152332b4ca3d8d155b7befef543ab92bb1a
qemu: Faster response time to qemu startup errors

The below patch decreases the response time of libvirt to errors reported by Qemu upon startup by checking whether the qemu process is still alive while polling for the local socket to show up.

This patch also introduces a special handling of signal for the Win32 part of virKillProcess.
src/qemu/qemu_monitor.c
src/util/util.c