Fix localtime setting for PV domains.
authorEwan Mellor <ewan@xensource.com>
Thu, 8 Feb 2007 16:52:05 +0000 (16:52 +0000)
committerEwan 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

index 160ee25a9045325498e46f6d74d9aa193bff105a..6c4a9afcb40b12fce9906b0722c857e5cad2a22c 100644 (file)
@@ -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)