Changeset 79874 in vbox for trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp
- Timestamp:
- Jul 19, 2019 9:15:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp
r79715 r79874 1325 1325 */ 1326 1326 pVCpu->hm.s.vmx.fMergedNstGstCtls = false; 1327 1328 /* 1329 * Flush the TLB before entering the outer guest execution (mainly required since the 1330 * APIC-access guest-physical address would have changed and probably more things in 1331 * the future). 1332 */ 1333 pVCpu->hm.s.vmx.fSwitchedNstGstFlushTlb = true; 1327 1334 } 1328 1335
Note:
See TracChangeset
for help on using the changeset viewer.