Changeset 79490 in vbox for trunk/src/VBox
- Timestamp:
- Jul 3, 2019 8:03:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79489 r79490 11753 11753 && !(pVmcsInfo->u32ProcCtls & VMX_PROC_CTLS_RDTSC_EXIT)) 11754 11754 { 11755 /** @todo NSTVMX: This might be broken wrt to merging MSR permissions when11756 * transitioning to executing the nested-guest. We should probably remove11757 * the dynamically added MSRs somehow. */11758 11755 hmR0VmxImportGuestState(pVCpu, pVmcsInfo, CPUMCTX_EXTRN_TSC_AUX); 11759 11756
Note:
See TracChangeset
for help on using the changeset viewer.