]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't ignore return value of qemuProcessKill
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 27 Sep 2012 09:07:03 +0000 (10:07 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 27 Sep 2012 09:11:44 +0000 (10:11 +0100)
commitf1b4021b38f9485c50d386af6f682ecfc8025af5
tree90799c22b1a9820c0c91254eeb9a39f0fd641e05
parent36c1fc189d0a04b3ea916dd3533dfa6f5bc3b8ba
Don't ignore return value of qemuProcessKill

When calling qemuProcessKill from the virDomainDestroy impl
in QEMU, do not ignore the return value. This ensures that
if QEMU fails to respond to SIGKILL, the caller will know
about the failure.

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