Changeset 32486 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 14, 2010 2:21:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r32480 r32486 1389 1389 PVM pVM = pVCpu->CTX_SUFF(pVM); 1390 1390 1391 STAM_PROFILE_START(&pVM->pgm.s.CTX_SUFF(pStats)->StatTrackDeref, a);1392 LogFlow(("SyncPageWorkerTrackDeref: Damn HCPhys=%RHp pShwPage->idx=%#x!!!\n", HCPhys, pShwPage->idx));1393 1394 1391 # if defined(PGMPOOL_WITH_OPTIMIZED_DIRTY_PT) \ 1395 1392 && PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) \ … … 1412 1409 } 1413 1410 # endif 1411 1412 STAM_PROFILE_START(&pVM->pgm.s.CTX_SUFF(pStats)->StatTrackDeref, a); 1413 LogFlow(("SyncPageWorkerTrackDeref: Damn HCPhys=%RHp pShwPage->idx=%#x!!!\n", HCPhys, pShwPage->idx)); 1414 1414 1415 1415 /** @todo If this turns out to be a bottle neck (*very* likely) two things can be done:
Note:
See TracChangeset
for help on using the changeset viewer.