Changeset 38577 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- Aug 31, 2011 9:24:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r37955 r38577 2160 2160 pVCpu->hwaccm.s.fForceTLBFlush = true; 2161 2161 } 2162 else 2163 Assert(!pCpu->fFlushTLB); 2162 /* Disabled because this has triggered every time I have suspended my 2163 * laptop with a VM running for the past three months or more. */ 2164 // else 2165 // Assert(!pCpu->fFlushTLB); 2164 2166 2165 2167 /* Check for tlb shootdown flushes. */
Note:
See TracChangeset
for help on using the changeset viewer.