VirtualBox

vbox的更動 32410 路徑 trunk/src/VBox/VMM/VMMAll


忽略:
時間撮記:
2010-9-10 下午02:19:33 (14 年 以前)
作者:
vboxsync
訊息:

Got rid of unnecessary dirty page flush in InvalidatePage. (NOTE: high risk change)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r32401 r32410  
    11191119    LogFlow(("InvalidatePage %RGv\n", GCPtrPage));
    11201120
    1121 # ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
    1122     /** @todo this shouldn't be necessary. */
    1123     if (pPool->cDirtyPages)
    1124         pgmPoolResetDirtyPages(pVM);
    1125 # endif
    1126 
    11271121    /*
    11281122     * Get the shadow PD entry and skip out if this PD isn't present.
     
    12781272# ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
    12791273            /* Reset the modification counter (OpenSolaris trashes tlb entries very often) */
    1280             if (pShwPage->cModifications)
     1274            if (    !pShwPage->fDirty
     1275                &&  pShwPage->cModifications)
    12811276                pShwPage->cModifications = 1;
    12821277# endif
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette