儲存庫 vbox 的更動 17014
- 時間撮記:
- 2009-2-23 下午12:43:15 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp
r17012 r17014 219 219 void pgmMapSetShadowPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iNewPDE) 220 220 { 221 Log (("pgmMapSetShadowPDEs new pde %x (mappings enabled %d)\n", iNewPDE, pgmMapAreMappingsEnabled(&pVM->pgm.s)));221 Log4(("pgmMapSetShadowPDEs new pde %x (mappings enabled %d)\n", iNewPDE, pgmMapAreMappingsEnabled(&pVM->pgm.s))); 222 222 223 223 if (!pgmMapAreMappingsEnabled(&pVM->pgm.s)) … … 543 543 VMMDECL(int) PGMMapActivateAll(PVM pVM) 544 544 { 545 Log(("PGMMapActivateAll fixed mappings=%d\n", pVM->pgm.s.fMappingsFixed)); 545 /* @note A log flush (in RC) can cause problems when called from MapCR3 (inconsistent state will trigger assertions). */ 546 Log4(("PGMMapActivateAll fixed mappings=%d\n", pVM->pgm.s.fMappingsFixed)); 546 547 547 548 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器