projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3e94d
)
Revert 16973:b5427f2d83c3, which breaks automated testing (HVM qemu-dm
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 5 Feb 2008 23:27:12 +0000
(23:27 +0000)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/image.py
b/tools/python/xen/xend/image.py
index 38b090f897719643ec2f4f3c712ed8e580435f15..02ea81c74885342a64d6f9767a762baf027c3434 100644
(file)
--- 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.SIG
HUP
)
+ os.kill(self.pid, signal.SIG
KILL
)
except OSError, exn:
log.exception(exn)
try: