|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Need to reset device model pid on reboot
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 3255b59ab6161d252137a39809d06e15aa521019
# Parent 2b9e3795a5235e601d2ca6f300096efa7f375bf9
Need to reset device model pid on reboot
Without this, xend will not spawn a new device model process after the reboot.
Signed-off-by: Ke Yu <ke.yu@xxxxxxxxx>
Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>
diff -r 2b9e3795a523 -r 3255b59ab616 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Thu Aug 11 21:03:16 2005
+++ b/tools/python/xen/xend/XendDomainInfo.py Thu Aug 11 21:04:17 2005
@@ -642,6 +642,7 @@
pass
if self.image:
try:
+ self.device_model_pid = 0
self.image.destroy()
self.image = None
except:
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-changelog] Need to reset device model pid on reboot,
Xen patchbot -unstable <=
|
|
|
|
|