|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] The attached patch makes xend clear the reboot request f
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 2c41ae58d6b258839bd9c15a3394398eae5eae54
# Parent d47439c8c0ed15484d1575b132a85caecd7c4115
The attached patch makes xend clear the reboot request from the store
when rebooting a domain. This prevents the lingering request from
being re-fulfilled, such as when executing a subsequent sysrq request.
Signed-off-by: Dan Smith <danms@xxxxxxxxxx>
diff -r d47439c8c0ed -r 2c41ae58d6b2 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Fri Sep 2 04:19:34 2005
+++ b/tools/python/xen/xend/XendDomainInfo.py Fri Sep 2 07:53:46 2005
@@ -1006,6 +1006,7 @@
"""
try:
+ self.clear_shutdown()
self.state = STATE_VM_OK
self.shutdown_pending = None
self.restart_check()
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] The attached patch makes xend clear the reboot request from the store,
Xen patchbot -unstable <=
|
|
|
|
|