[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
ChangeSet 1.1529, 2005/05/24 18:57:15+01:00, cl349@xxxxxxxxxxxxxxxxxxxx Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk-clean XendDomain.py | 2 ++ 1 files changed, 2 insertions(+) diff -Nru a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py 2005-05-24 14:02:35 -04:00 +++ b/tools/python/xen/xend/XendDomain.py 2005-05-24 14:02:35 -04:00 @@ -402,6 +402,8 @@ if filter(lambda (fd, event): event & select.POLLHUP, r): break + if child.wait() >> 8 == 127: + lasterr = "popen %s failed" % PATH_XC_RESTORE if child.wait() != 0: raise XendError("xc_restore failed: %s" % lasterr) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |