Can anyone tell me if the value returned by gettimeofday() on a Xen (Linux) HVM is the true System time or the Domain-virtual time? PS: Domain virtual time is defined as the time progresses at the same pace as cycle counter time, but only while a domain is executing. It stops while the domain is de-scheduled. I am facing issues because my HVMs show a time drift. Thanks