CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/13 09:40:34
Modified files:
sys/arch/amd64/amd64: vmm.c
sys/arch/amd64/include: vmmvar.h
sys/dev/pv : pvbus.c pvclock.c pvreg.h
Log message:
vmm: add host side pvclock
Emulate kvm pvclock in vmm(4). Compatible with pvclock(4) in OpenBSD. Linux
does not attach to this (yet).
Fixes by reyk@ and tested extensively by reyk@, tb@ and phessler@
ok mlarkin@ phessler@ reyk@
