aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-05 23:27:12 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-05 23:27:12 +0000
commit2d700e03efa7c65686f7b0c756dbdac30c8ede9c (patch)
tree43ddd4dba693393c6f2988f153d24bd3f56fa544 /tools
parentbf3e94d5f6ae45d02d30f4df79125629d5c6d4da (diff)
downloadxen-2d700e03efa7c65686f7b0c756dbdac30c8ede9c.tar.gz
xen-2d700e03efa7c65686f7b0c756dbdac30c8ede9c.tar.bz2
xen-2d700e03efa7c65686f7b0c756dbdac30c8ede9c.zip
Revert 16973:b5427f2d83c3, which breaks automated testing (HVM qemu-dm
will not die when it is told to). Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/image.py2
1 files changed, 1 insertions, 1 deletions
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: