--- xen-3.0.3-testing-11633/tools/python/build/lib.linux-x86_64-2.4/xen/xend/XendDomainInfo.py.orig 2006-09-28 18:52:38.000000000 -0400 +++ xen-3.0.3-testing-11633/tools/python/build/lib.linux-x86_64-2.4/xen/xend/XendDomainInfo.py 2006-10-18 15:16:27.000000000 -0400 @@ -392,6 +392,8 @@ def parseConfig(config): log.warn("Ignoring malformed and deprecated config option " "restart = %s", restart) + result['start_time'] = get_cfg('start_time', float) + log.debug("parseConfig: result is %s", result) return result