[PATCH v2 2/2] hyperv: Implement Time Synchronization using host time sample

Thomas Shao huishao at microsoft.com
Wed Oct 15 09:21:33 UTC 2014


> -----Original Message-----
> From: Richard Cochran [mailto:richardcochran at gmail.com]
> Sent: Wednesday, October 15, 2014 5:18 PM
> To: Thomas Shao
> Cc: tglx at linutronix.de; gregkh at linuxfoundation.org; linux-
> kernel at vger.kernel.org; devel at linuxdriverproject.org; olaf at aepfle.de;
> apw at canonical.com; jasowang at redhat.com; KY Srinivasan
> Subject: Re: [PATCH v2 2/2] hyperv: Implement Time Synchronization using
> host time sample
> 
> On Wed, Oct 15, 2014 at 01:40:04AM -0700, Thomas Shao wrote:
> > In current hyper-v time sync service,it only gets the initial clock
> > time from the host. It didn't process the following time samples. This
> > change introduced a module parameter called host_time_sync. If it is
> > set to true, the guest will periodically sychronize it's time with the
> > host clock using host time sample. By default it is disabled, because
> > we still recommend user to configure NTP for time synchronization.
> >
> > Signed-off-by: Thomas Shao <huishao at microsoft.com>
> > Reviewed-by: K. Y. Srinivasan <kys at microsoft.com>
> > ---
> 
> Um, what changed in V2?

In V2, I address all the Dan's comments.

> 
> Thanks,
> Richard


More information about the devel mailing list