VirtualBox

忽略:
時間撮記:
2015-5-20 下午11:24:44 (10 年 以前)
作者:
vboxsync
訊息:

iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more generic logging levels (7 thru 12) and a 'Warn' level. The 'Warn' level is enabled by 'group.e' together with level 1 logging. Modified the new RTLog[Rel][Get]DefaultInstanceEx functions to only take one 32-bit parameter to minimize call setup time and size. Major support driver version bump. LogAleksey=Log7, LogBird=Log8, LogSunlover=Log9, none of the other personal macros was used. Log*Warning got renamed to Log1*Warning so as to not confuse it with the LogWarn/LogRelWarn macros.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/VMMDevInterface.cpp

    r54023 r55988  
    372372    if (display)
    373373    {
    374         LogSunlover(("MAIN::VMMDevInterface::iface_VideoAccelEnable: %d, %p\n", fEnable, pVbvaMemory));
     374        Log9(("MAIN::VMMDevInterface::iface_VideoAccelEnable: %d, %p\n", fEnable, pVbvaMemory));
    375375        return display->VideoAccelEnableVMMDev(fEnable, pVbvaMemory);
    376376    }
     
    387387    if (display)
    388388    {
    389         LogSunlover(("MAIN::VMMDevInterface::iface_VideoAccelFlush\n"));
     389        Log9(("MAIN::VMMDevInterface::iface_VideoAccelFlush\n"));
    390390        display->VideoAccelFlushVMMDev();
    391391    }
     
    606606                                           uint32_t *pu32ClientID)
    607607{
    608     LogSunlover(("Enter\n"));
     608    Log9(("Enter\n"));
    609609
    610610    PDRVMAINVMMDEV pDrv = RT_FROM_MEMBER(pInterface, DRVMAINVMMDEV, HGCMConnector);
     
    625625static DECLCALLBACK(int) iface_hgcmDisconnect(PPDMIHGCMCONNECTOR pInterface, PVBOXHGCMCMD pCmd, uint32_t u32ClientID)
    626626{
    627     LogSunlover(("Enter\n"));
     627    Log9(("Enter\n"));
    628628
    629629    PDRVMAINVMMDEV pDrv = RT_FROM_MEMBER(pInterface, DRVMAINVMMDEV, HGCMConnector);
     
    638638                                        uint32_t u32Function, uint32_t cParms, PVBOXHGCMSVCPARM paParms)
    639639{
    640     LogSunlover(("Enter\n"));
     640    Log9(("Enter\n"));
    641641
    642642    PDRVMAINVMMDEV pDrv = RT_FROM_MEMBER(pInterface, DRVMAINVMMDEV, HGCMConnector);
     
    657657static DECLCALLBACK(int) iface_hgcmSave(PPDMDRVINS pDrvIns, PSSMHANDLE pSSM)
    658658{
    659     LogSunlover(("Enter\n"));
     659    Log9(("Enter\n"));
    660660    return HGCMHostSaveState(pSSM);
    661661}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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