[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix localtime setting for PV domains.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Date 1170953525 0 # Node ID d609929f140809ec1c9a059f2eeaffb7ce56c891 # Parent 16ba1d434f89f8a1dfe201ad40ea2781093f1b45 Fix localtime setting for PV domains. Signed-off-by: Atsushi SAKAI <sakaia@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 16ba1d434f89 -r d609929f1408 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Thu Feb 08 15:00:33 2007 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Thu Feb 08 16:52:05 2007 +0000 @@ -1416,7 +1416,7 @@ class XendDomainInfo: self.info['image'], self.info['devices']) - localtime = self.info.get('localtime', False) + localtime = self.info.get('platform_localtime', False) if localtime: xc.domain_set_time_offset(self.domid) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |