Changeset 79455 in vbox for trunk/src/VBox
- Timestamp:
- Jul 1, 2019 6:13:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79454 r79455 11704 11704 if (!(pVmcsInfo->u32ProcCtls & VMX_PROC_CTLS_RDTSC_EXIT)) 11705 11705 { 11706 /** @todo NSTVMX: This might be broken wrt to merging MSR permissions when 11707 * transitioning to executing the nested-guest. We should probably remove 11708 * the dynamically added MSRs somehow. */ 11706 11709 hmR0VmxImportGuestState(pVCpu, pVmcsInfo, CPUMCTX_EXTRN_TSC_AUX); 11707 11710 /* NB: Because we call hmR0VmxAddAutoLoadStoreMsr with fUpdateHostMsr=true,
Note:
See TracChangeset
for help on using the changeset viewer.