Changeset 17199 in vbox for trunk/src/VBox
- Timestamp:
- Feb 27, 2009 12:47:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17181 r17199 732 732 STAM_COUNTER_INC(&(pPool->CTX_SUFF(pVM)->pgm.s.StatRZGuestCR3WriteConflict)); 733 733 VM_FF_SET(pPool->CTX_SUFF(pVM), VM_FF_PGM_SYNC_CR3); 734 LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShw=%#x!\n", iShw));734 LogFlow(("pgmPoolMonitorChainChanging: Detected pdpt conflict at iShw=%#x!\n", iShw)); 735 735 break; 736 736 } … … 1140 1140 pRegFrame->rip += pCpu->opsize; 1141 1141 1142 #ifdef IN_RC 1142 1143 /* See use in pgmPoolAccessHandlerSimple(). */ 1143 1144 PGM_INVL_GUEST_TLBS(); 1145 #endif 1144 1146 1145 1147 LogFlow(("pgmPoolAccessHandlerSTOSD: returns\n")); … … 1198 1200 } 1199 1201 1202 #ifdef IN_RC 1200 1203 /* 1201 1204 * Quick hack, with logging enabled we're getting stale … … 1211 1214 */ 1212 1215 PGM_INVL_GUEST_TLBS(); 1216 #endif 1213 1217 1214 1218 LogFlow(("pgmPoolAccessHandlerSimple: returns %Rrc cb=%d\n", rc, cb));
Note:
See TracChangeset
for help on using the changeset viewer.