Changeset 19829 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 19, 2009 2:56:03 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r19818 r19829 974 974 * (until the actual world switch) 975 975 */ 976 977 976 #ifdef VBOX_STRICT 978 977 idCpuCheck = RTMpCpuId(); 978 #endif 979 #ifdef LOG_LOGGING 980 VMMR0LogFlushDisable(pVCpu); 979 981 #endif 980 982 … … 1267 1269 1268 1270 /* Note! NOW IT'S SAFE FOR LOGGING! */ 1271 #ifdef LOG_LOGGING 1272 VMMR0LogFlushEnable(pVCpu); 1273 #endif 1269 1274 1270 1275 /* Take care of instruction fusing (sti, mov ss) (see 15.20.5 Interrupt Shadows) */ -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r19818 r19829 1796 1796 { 1797 1797 NOREF(pVM); 1798 NOREF(pVCpu); 1798 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TLB_FLUSH); 1799 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TLB_SHOOTDOWN); 1800 pVCpu->hwaccm.s.cTlbShootdownPages = 0; 1799 1801 return; 1800 1802 }
Note:
See TracChangeset
for help on using the changeset viewer.