VirtualBox

Changeset 49207 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Oct 21, 2013 10:20:13 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Fix MSR_TSC_AUX, use the right check to be doubly sure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r49204 r49207  
    40734073         * load the guest's copy always (since the MSR bitmap allows passthru unconditionally).
    40744074         */
    4075         if (CPUMGetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_RDTSCP))
     4075        if (pVCpu->hm.s.vmx.u32ProcCtls2 & VMX_VMCS_CTRL_PROC_EXEC2_RDTSCP)
    40764076        {
    40774077            pGuestMsr->u32Msr      = MSR_K8_TSC_AUX;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette