On Wed, Jul 25, 2012 at 11:14, Matthew Dempsky wrote: > In vmt_tick() we could notice anytime the reported sensor value jumps > significantly and then wind forward the clocks like we do when > recovering from ACPI sleep.
Yes, I was thinking something like that. vmt should maybe provide a real timecounter/clock thing, but I don't know how well that works. I think the timecounter code expects to be ticking pretty frequently, and vmt doesn't really provide ticks. I'm also thinking of adding an option to ntpd to jump the clocks if the difference is too large.