Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Jed Davis <jld@netbsd.org>
List: source-changes
Date: 05/05/2006 19:38:38
Module Name:	src
Committed By:	jld
Date:		Fri May  5 19:38:38 UTC 2006

Modified Files:
	src/sys/arch/xen/xen: clock.c

Log Message:
Have our dom0 periodically set Xen's time-of-day clock (much as Linux does).

That time is used by ~all domUs when they boot (or resume), and Linux by
default will pin the local clock to it; so, it's useful to correct its
drift as best we can.  A sysctl (machdep.xen_timepush_ticks) has been
added to allow changing the interval or disabling this feature.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/xen/xen/clock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.