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

RE: [Xen-devel] [PATCH] Fix hvm time issue.

To: "Yang, Xiaowei" <xiaowei.yang@xxxxxxxxx>, "Keir Fraser" <keir@xxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Fix hvm time issue.
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Wed, 6 Dec 2006 09:24:06 -0000
Delivery-date: Wed, 06 Dec 2006 01:24:41 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <8C834404208B254EAD4E532C94859869056C3A@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AccY9ZdVfqpS/yfBQWi+K0GDJLORiQAHVK2EAAA7LpAAAQHkAA==
Thread-topic: [Xen-devel] [PATCH] Fix hvm time issue.
> >Do RTC and HPET need to be included as periodic timers? They are
never
> used
> >by Linux for ticks (it always uses PIT for jiffy updates) and I think
> >Windows is more robust against (or at least doesn't noticeably
complain
> >about) time jumps.
> >
> 
> For RTC, yes! As we know some version of Windows uses RTC as main time
> resource for timekeeping. 

I suspect that it only does this because during boot it decides that it
doesn't like the look of our pm_timer (I don't blame it!)

It would be good to invest some effort understanding why it selects RTC
-- I'm sure that it's a fall back.

Ian 


We noticed if it's not added as periodic
> timer, Windows time may go slow in SMP environment.
> In case of HPET, the answer may be no, as OS can read the
monotonically
> increased counter to see time jumps.
> 
> And as periodic timer list is per vcpu, it's also helpful to sync one
> vcpu's lapic time with its TSC, which is needed when guest calibrates
> lapic at least.
> 
> Thanks,
> Xiaowei
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>