VirtualBox

儲存庫 vbox 的更動 17014


忽略:
時間撮記:
2009-2-23 下午12:43:15 (16 年 以前)
作者:
vboxsync
訊息:

Logging changes

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp

    r17012 r17014  
    219219void pgmMapSetShadowPDEs(PVM pVM, PPGMMAPPING pMap, unsigned iNewPDE)
    220220{
    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)));
    222222
    223223    if (!pgmMapAreMappingsEnabled(&pVM->pgm.s))
     
    543543VMMDECL(int) PGMMapActivateAll(PVM pVM)
    544544{
    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));
    546547
    547548#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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