儲存庫 vbox 的更動 12204
- 時間撮記:
- 2008-9-8 上午08:24:31 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r12203 r12204 3607 3607 * Quietly reject any attempts at flushing the currently active shadow CR3 mapping 3608 3608 */ 3609 if ( pPage->enmKind == PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML43610 && PGMGetHyperCR3(CTXSUFF(pPool->pVM)) == pPage->Core.Key)3611 {3609 if (PGMGetHyperCR3(CTXSUFF(pPool->pVM)) == pPage->Core.Key) 3610 { 3611 AssertMsg(pPage->enmKind == PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML4, ("Can't free the shadow CR3! (%VGp vs %VGp kind=%d\n", PGMGetHyperCR3(CTXSUFF(pPool->pVM)), pPage->Core.Key, pPage->enmKind)); 3612 3612 Log(("pgmPoolFlushPage: current active shadow CR3, rejected. enmKind=%d idx=%d\n", pPage->enmKind, pPage->idx)); 3613 3613 return VINF_SUCCESS; 3614 3614 } 3615 /* Safety precaution in case we change the paging for other modes too in the future. */3616 AssertFatalMsg(PGMGetHyperCR3(CTXSUFF(pPool->pVM)) != pPage->Core.Key, ("Can't free the shadow CR3! (%VGp vs %VGp kind=%d\n", PGMGetHyperCR3(CTXSUFF(pPool->pVM)), pPage->Core.Key, pPage->enmKind));3617 3615 3618 3616 /*
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器