You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, both WHPX and KVM support guest TSC scaling, but virt86 doesn't apply them.
WHPX: set the ProcessorClockFrequency field in the WHV_PARTITION_PROPERTY structure while setting up the partition. TSC scaling is supported since Insider Preview 19H2 (check exact version number).
KVM: check for KVM_CAP_TSC_CONTROL capability. Use KVM_SET_TSC_KHZ to apply the desired TSC frequency.
The text was updated successfully, but these errors were encountered:
Currently, both WHPX and KVM support guest TSC scaling, but virt86 doesn't apply them.
WHPX: set the
ProcessorClockFrequency
field in theWHV_PARTITION_PROPERTY
structure while setting up the partition. TSC scaling is supported since Insider Preview 19H2 (check exact version number).KVM: check for
KVM_CAP_TSC_CONTROL
capability. UseKVM_SET_TSC_KHZ
to apply the desired TSC frequency.The text was updated successfully, but these errors were encountered: