VirtualBox

忽略:
時間撮記:
2008-7-9 下午12:23:26 (16 年 以前)
作者:
vboxsync
訊息:

Introduced VM_FF_REM_HANDLER_NOTIFY action flag to replay the handler notifications whenever possible in ring 3. This will
save some unnecessary context switches.

檔案:
修改 1 筆資料

圖例:

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

    r10357 r10410  
    102102    pRec->u.PhysicalRegister.cb = cb;
    103103    pRec->u.PhysicalRegister.fHasHCHandler = fHasHCHandler;
     104    VM_FF_SET(pVM, VM_FF_REM_HANDLER_NOTIFY);
    104105}
    105106
     
    126127    pRec->u.PhysicalDeregister.fHasHCHandler = fHasHCHandler;
    127128    pRec->u.PhysicalDeregister.fRestoreAsRAM = fRestoreAsRAM;
     129    VM_FF_SET(pVM, VM_FF_REM_HANDLER_NOTIFY);
    128130}
    129131
     
    152154    pRec->u.PhysicalModify.fHasHCHandler = fHasHCHandler;
    153155    pRec->u.PhysicalModify.fRestoreAsRAM = fRestoreAsRAM;
     156    VM_FF_SET(pVM, VM_FF_REM_HANDLER_NOTIFY);
    154157}
    155158
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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