projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de60293
)
Fix localtime setting for PV domains.
author
Ewan Mellor
<ewan@xensource.com>
Thu, 8 Feb 2007 16:52:05 +0000
(16:52 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Thu, 8 Feb 2007 16:52:05 +0000
(16:52 +0000)
Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 160ee25a9045325498e46f6d74d9aa193bff105a..6c4a9afcb40b12fce9906b0722c857e5cad2a22c 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-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)