ia64/xen-unstable
changeset 16991:f8db1c6baad9
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>
will not die when it is told to).
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Feb 05 23:27:12 2008 +0000 (2008-02-05) |
parents | bf4a24c172d2 |
children | 9d0e86d8c1d1 |
files | tools/python/xen/xend/image.py |
line diff
1.1 --- a/tools/python/xen/xend/image.py Tue Feb 05 15:50:59 2008 +0000 1.2 +++ b/tools/python/xen/xend/image.py Tue Feb 05 23:27:12 2008 +0000 1.3 @@ -329,7 +329,7 @@ class ImageHandler: 1.4 return 1.5 if self.pid: 1.6 try: 1.7 - os.kill(self.pid, signal.SIGHUP) 1.8 + os.kill(self.pid, signal.SIGKILL) 1.9 except OSError, exn: 1.10 log.exception(exn) 1.11 try: