Changeset 49207 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Oct 21, 2013 10:20:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r49204 r49207 4073 4073 * load the guest's copy always (since the MSR bitmap allows passthru unconditionally). 4074 4074 */ 4075 if ( CPUMGetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_RDTSCP))4075 if (pVCpu->hm.s.vmx.u32ProcCtls2 & VMX_VMCS_CTRL_PROC_EXEC2_RDTSCP) 4076 4076 { 4077 4077 pGuestMsr->u32Msr = MSR_K8_TSC_AUX;
Note:
See TracChangeset
for help on using the changeset viewer.