vbox的更動 32410 路徑 trunk/src/VBox/VMM/VMMAll
- 時間撮記:
- 2010-9-10 下午02:19:33 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r32401 r32410 1119 1119 LogFlow(("InvalidatePage %RGv\n", GCPtrPage)); 1120 1120 1121 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT1122 /** @todo this shouldn't be necessary. */1123 if (pPool->cDirtyPages)1124 pgmPoolResetDirtyPages(pVM);1125 # endif1126 1127 1121 /* 1128 1122 * Get the shadow PD entry and skip out if this PD isn't present. … … 1278 1272 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT 1279 1273 /* Reset the modification counter (OpenSolaris trashes tlb entries very often) */ 1280 if (pShwPage->cModifications) 1274 if ( !pShwPage->fDirty 1275 && pShwPage->cModifications) 1281 1276 pShwPage->cModifications = 1; 1282 1277 # endif
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器