Changeset 27362 in vbox
- Timestamp:
- Mar 15, 2010 2:33:11 PM (15 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r27285 r27362 602 602 PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool); 603 603 STAM_PROFILE_START(&pPool->StatClearAll, c); 604 LogFlow(("pgmPoolClearAllDoIt: cUsedPages=%d\n", pPool->cUsedPages));605 604 606 605 pgmLock(pVM); 606 Log(("pgmR3PoolClearAllRendezvous: cUsedPages=%d\n", pPool->cUsedPages)); 607 607 608 608 #ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT -
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r27360 r27362 2563 2563 if (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL) 2564 2564 { 2565 Log Flow(("SyncCR3: PGM_SYNC_CLEAR_PGM_POOL is set -> VINF_PGM_SYNC_CR3\n"));2565 Log(("SyncCR3: PGM_SYNC_CLEAR_PGM_POOL is set -> VINF_PGM_SYNC_CR3\n")); 2566 2566 VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3); /** @todo no need to do global sync, right? */ 2567 2567
Note:
See TracChangeset
for help on using the changeset viewer.