summaryrefslogtreecommitdiffstats
path: root/sys/x86/include/pvclock.h
Commit message (Collapse)AuthorAgeFilesLines
* Add interface to derive a TSC frequency from the pvclockbryanv2015-02-041-0/+1
| | | | | | | This can later use this to determine the TSC frequency like is done with VMware, instead of using a DELAY loop that is not always accurate in an VM. MFC after: 1 month
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-041-0/+58
KVM clock shares the same data structures between the guest and the host as Xen so it makes sense to just have a single copy of this code. Differential Revision: https://reviews.freebsd.org/D1429 Reviewed by: royger (eariler version) MFC after: 1 month
OpenPOWER on IntegriCloud