]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Relax -no-shutdown check to [0.14.0, 0.15.50)
authorJiri Denemark <jdenemar@redhat.com>
Tue, 27 Sep 2011 12:46:35 +0000 (14:46 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 27 Sep 2011 13:46:23 +0000 (15:46 +0200)
commit75e3149264fcb3e4466cba989892ca8a1b25367a
tree0773061d9e3cbb7772e4c2b930474125f4b50bff
parent2c1a3dd878f915318e8fd7c152d899c525f2f916
qemu: Relax -no-shutdown check to [0.14.0, 0.15.50)

SIGTERM handling for -no-shutdown is already fixed in qemu git and
libvirt can safely use it. The downside is that 0.15.50 version of qemu
can be any qemu compiled from git, even that without the fix for
SIGTERM. However, I think this patch is worth it since excluding 0.15.50
from the check makes testing current qemu with libvirt much easier and
someone running qemu from git should be able to rebuild fixed qemu from
git if they hit the problem with a hang on shutdown.
src/qemu/qemu_capabilities.c