From: Keir Fraser Date: Tue, 5 Feb 2008 23:27:12 +0000 (+0000) Subject: Revert 16973:b5427f2d83c3, which breaks automated testing (HVM qemu-dm X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14333^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2d700e03efa7c65686f7b0c756dbdac30c8ede9c;p=xen.git Revert 16973:b5427f2d83c3, which breaks automated testing (HVM qemu-dm will not die when it is told to). Signed-off-by: Keir Fraser --- diff --git a/tools/python/xen/xend/image.py b/tools/python/xen/xend/image.py index 38b090f897..02ea81c748 100644 --- a/tools/python/xen/xend/image.py +++ b/tools/python/xen/xend/image.py @@ -329,7 +329,7 @@ class ImageHandler: return if self.pid: try: - os.kill(self.pid, signal.SIGHUP) + os.kill(self.pid, signal.SIGKILL) except OSError, exn: log.exception(exn) try: