[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Revert 16973:b5427f2d83c3, which breaks automated testing (HVM qemu-dm



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1202254032 0
# Node ID f8db1c6baad90b038e1cf4f91c3a829793344798
# Parent  bf4a24c172d23ae9839ee564225d49ed95167de3
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@xxxxxxxxxx>
---
 tools/python/xen/xend/image.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r bf4a24c172d2 -r f8db1c6baad9 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py    Tue Feb 05 15:50:59 2008 +0000
+++ b/tools/python/xen/xend/image.py    Tue Feb 05 23:27:12 2008 +0000
@@ -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:

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.