On Thu, Nov 30, 2023 at 11:16:43AM -0800, Boqun Feng wrote: > On Mon, Nov 27, 2023 at 01:35:24PM -0800, pmartincic@xxxxxxxxxxxxxxxxxxx wrote: > > From: Peter Martincic <pmartincic@xxxxxxxxxxxxx> > > > > Hyper-V hosts can omit the _SYNC flag to due a bug on resume from modern > > suspend. In such a case, the guest may fail to update its time-of-day to > > account for the period when it was suspended, and could proceed with a > > significantly wrong time-of-day. In such a case when the guest is > > significantly behind, fix it by treating a _SAMPLE the same as if _SYNC > > was received so that the guest time-of-day is updated. > > > > This is hidden behind param hv_utils.timesync_implicit. > > > > Signed-off-by: Peter Martincic <pmartincic@xxxxxxxxxxxxx> > > Looks good to me. > > Acked-by: Boqun Feng <boqun.feng@xxxxxxxxx> Applied to hyperv-fixes, thanks!