Function devices::tsc::get_tsc_sync_mitigations
source · pub fn get_tsc_sync_mitigations(
tsc_state: &TscState,
num_vcpus: usize
) -> TscSyncMitigations
Expand description
Given the state of the host TSCs in tsc_state
, and the number of vcpus that are intended to
be run, return a set of affinities and TSC offsets to apply to those vcpus.