WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Domain-virtual time

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Domain-virtual time
From: Priya <priyacbhat@xxxxxxxxx>
Date: Thu, 25 Feb 2010 10:43:19 -0500
Delivery-date: Fri, 26 Feb 2010 07:50:29 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=wNdnGa51n1kD1luj0DxHX6jQTzogXtMC0ssTVTIRlw0=; b=lvrO6kV3OQziGmX5US1b/l36ZibdFnhNNLqt0or8lTRCZUaNdqsKo5NLcnl5fcoaUl DQ2BUdC0Id8FenTEvXuputf8wW83EhLoWxVSdg1KQ1ypOB0e+Tna+wPmu1G1CSIeRHgC loheOZyIsk7gNVZa7yjvQKxDxlp4SH+EGUXFk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vABElwoBC2fcKmI0qqjRqZFacg5t/Ol5SLOI1qO0O4fewxoESTsvfp525cEdOU92U9 KA1yb8atGbpUtg8B6zBOv+ZyIVeoZcplbazVTMhHExuOvrARd//ySlzn74Y74LM/8Aca /8OGW+Zh/mObYd6XErXXoAa+02ZnHZdXTikwQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Domain-virtual time, Priya <=