HomeFreeBSD

vmm vmx: Add a global bool to indicate if the host has the TSC_AUX MSR.

Description

vmm vmx: Add a global bool to indicate if the host has the TSC_AUX MSR.

A future commit will remove direct access to vCPU structures from
struct vmx, so add a dedicated boolean for this rather than checking
the capabilities for vCPU 0.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D37269

Details

Provenance
jhbAuthored on Nov 18 2022, 5:58 PM
Reviewer
corvink
Differential Revision
D37269: vmm vmx: Add a global bool to indicate if the host has the TSC_AUX MSR.
Parents
rG39ec056e6dbd: vmm: Rework snapshotting of CPU-specific per-vCPU data.
Branches
Unknown
Tags
Unknown