Changeset 62107 in vbox
- Timestamp:
- Jul 7, 2016 2:25:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r62035 r62107 928 928 /* Clear the VMCB Clean Bit for NP while flushing the TLB. See @bugref{7152}. */ 929 929 pVmcb->ctrl.u64VmcbCleanBits &= ~HMSVM_VMCB_CLEAN_NP; 930 931 /* Keep track of last CPU ID even when flushing all the time. */ 932 if (fNewAsid) 933 pVCpu->hm.s.idLastCpu = pCpu->idCpu; 930 934 } 931 935 else if (pVCpu->hm.s.fForceTLBFlush)
Note:
See TracChangeset
for help on using the changeset viewer.