aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/time.c
Commit message (Collapse)AuthorAgeFilesLines
* In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__Keir Fraser2012-09-121-1/+1
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* hvm: Handle extreme wallclock offsets safely.Keir Fraser2010-05-261-1/+12
| | | | | | | | When a VM's wallclock offset is negative enough, gmtime() can be called with an underflowed uint64, which it then tries to divide into years by subtraction. Handle the input as a 40-bit signed integer instead. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-2/+2
| | | | | From: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* [HVM] Move RTC emulation into the hypervisor.kfraser@localhost.localdomain2006-10-181-0/+77
Signed-off-by: Xiaowei Yang <xiaowei.yang@intel.com>