CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2018/11/23 05:37:40
Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/dev/pv : files.pv pvreg.h Added files: share/man/man4 : pvclock.4 sys/dev/pv : pvclock.c Log message: Add the pvclock(4) guest driver for paravirtual clocks This improves timekeeping on KVM guests as it runs much better than the virtualized acpihpet or acpitimer timecounters and the invtsc is not always available. Many thanks to Janne Johansson, landry@, and benno@ for testing amd64/i386. OK mlarkin@ phessler@