vbox的更動 6854 路徑 trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
- 時間撮記:
- 2008-2-7 下午07:24:14 (17 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r6829 r6854 313 313 STAM_COUNTER_INC(&pVM->pgm.s.StatPageReplaceShared); 314 314 pVM->pgm.s.cSharedPages--; 315 /** @todo err.. what about copying the page content? */ 315 316 } 316 317 else … … 319 320 STAM_COUNTER_INC(&pVM->pgm.s.StatPageReplaceZero); 320 321 pVM->pgm.s.cZeroPages--; 322 /** @todo verify that the handy page is zero! */ 321 323 } 322 324 … … 565 567 PPGMPAGE pPage = pTlbe->pPage; 566 568 if (RT_UNLIKELY(pPage->u2State != PGM_PAGE_STATE_ALLOCATED)) 569 { 567 570 rc = pgmPhysPageMakeWritable(pVM, pPage, GCPhys); 571 /** @todo stuff is missing here! */ 572 } 568 573 if (RT_SUCCESS(rc)) 569 574 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器