This commit is contained in:
committed by
Git OBS Bridge
parent
241ee9df04
commit
d7002a96b9
14
xen-localtime.patch
Normal file
14
xen-localtime.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
Fix usage of localtime parameter in PV guest configuration
|
||||
Signed-off-by: Bruce Rogers <brogers@novell.com>
|
||||
|
||||
--- a/tools/python/xen/xend/XendDomainInfo.py 2007-01-20 08:19:11.877589448 -0700
|
||||
+++ b/tools/python/xen/xend/XendDomainInfo.py 2007-01-20 09:20:59.805618252 -0700
|
||||
@@ -1361,7 +1361,7 @@
|
||||
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)
|
||||
|
Reference in New Issue
Block a user