cloudstack/plugins/hypervisors
Devdeep Singh 033d05fa20 CLOUDSTACK-3443: Timeoffset on windows guest not persisted between VM stop and start on XenServer.
The problem was because in cloudstack when a vm is stopped it gets destroyed on the host. For a
windows vm the timeoffset (which can be set by changing the timezone from within the vm) is stored
in the platform:timeoffset attribute of vm record. The information is lost when the vm is destroted.
Made change to read and persist the platform:timeoffset vm attribute when an instance is stopped.
The value is persisted in the user_vm_details table. When the vm is started again the attribute is
set for the vm instance that gets created.
2013-07-10 17:36:06 +05:30
..
baremetal Baremetal: Move list APIs to the correct location 2013-07-01 15:19:39 -07:00
kvm Fix typo in backupSnapshotCommand 2013-06-29 13:50:25 +05:30
ovm if object is already stored in cache store, don't download again 2013-05-16 14:34:06 -07:00
simulator fix simulator 2013-07-09 10:42:15 -07:00
ucs UCS: Add missing beans 2013-06-27 14:54:45 -07:00
vmware Changes related to Review Board comments 2013-07-09 22:50:14 -06:00
xen CLOUDSTACK-3443: Timeoffset on windows guest not persisted between VM stop and start on XenServer. 2013-07-10 17:36:06 +05:30