--- xen-unstable.hg/tools/python/xen/xend/XendDomainInfo.py | 1 + 1 file changed, 1 insertion(+) Index: root/xen-unstable.hg/tools/python/xen/xend/XendDomainInfo.py =================================================================== --- root.orig/xen-unstable.hg/tools/python/xen/xend/XendDomainInfo.py +++ root/xen-unstable.hg/tools/python/xen/xend/XendDomainInfo.py @@ -1593,6 +1593,7 @@ class XendDomainInfo: log.exception("Removing domain path failed.") self._stateSet(DOM_STATE_HALTED) + self.domid = None # Do not push into _stateSet()! finally: self.refresh_shutdown_lock.release()