CVSROOT: /cvs Module name: src Changes by: p...@cvs.openbsd.org 2019/12/12 23:43:46
Modified files: sys/dev/pv : pvclock.c Log message: pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unset Attaches pvclock with lower priority (500) in case of unstable tsc (PVCLOCK_FLAG_TSC_STABLE) instead of not attaching at all. In this state, we do make sure to return a monotonically increasing number. This mostly helps openbsd guests on openbsd vmm(4) where a pvclock with unstable tsc is still better than i8254. ok mlarkin@