hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

use acpi_pm as guest clocksource when kvm is not supported #494

Closed bergwolf closed 7 years ago

bergwolf commented 7 years ago

The TSC does not run at a precisely specified rate, so the guest operating system has to measure its rate at boot time, and this measurement is always somewhat inaccurate. The ACPI PM timer does run at a precisely specified rate but is slower to read than the TSC.

gnawux commented 7 years ago

LGTM