Revert 16973:b5427f2d83c3, which breaks automated testing (HVM qemu-dm
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 5 Feb 2008 23:27:12 +0000 (23:27 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 5 Feb 2008 23:27:12 +0000 (23:27 +0000)
will not die when it is told to).
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/python/xen/xend/image.py

index 38b090f897719643ec2f4f3c712ed8e580435f15..02ea81c74885342a64d6f9767a762baf027c3434 100644 (file)
@@ -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: