]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
x86: tsc: deprioritize TSC on VirtualBox
authorKyle Evans <kevans@FreeBSD.org>
Mon, 8 Mar 2021 20:20:10 +0000 (14:20 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Mon, 8 Mar 2021 20:43:06 +0000 (14:43 -0600)
commit8cc15b0dfc2f3299662e78f18bd6127f83c14ab4
treeb3a951e7f0761050fb6a19b5132fc112193108b3
parentef74bfc6fed298d5ca0e3cb92bf008b715ea0c2f
x86: tsc: deprioritize TSC on VirtualBox

Misbehavior has been observed with TSC under VirtualBox, where threads
doing small sleeps (~1 second) may miss their wake up and hang around
in a sleep state indefinitely.  Switching back to ACPI-fast decidedly
fixes it, so stop using TSC on VirtualBox at least for the time being.

This partially reverts 84eaf2ccc6aa, applying it only to VirtualBox and
increasing the quality to 0. Negative qualities can never be chosen and
cannot be chosen with the tunable recently added. If we do not have a
timecounter with a higher quality than 0, then TSC does at least leave
the system mostly usable.

PR: 253087
Reviewed by: emaste, kib
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D29132
sys/x86/x86/tsc.c