VirtualBox

vbox的更動 35810 路徑 trunk/src/VBox/VMM/VMMR0


忽略:
時間撮記:
2011-2-1 下午01:00:24 (14 年 以前)
作者:
vboxsync
訊息:

VMM: Replace most VERR_VERSION_MISMATCH by more specific error statuses. Translating the errors returned by device, driver and USB device constructors into specific ones for the benefit of old extension pack and misc use of the status.

檔案:
修改 1 筆資料

圖例:

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

    r35346 r35810  
    210210        LogRel(("VMMR0InitVM: Revision mismatch, r3=%d r0=%d\n", uSvnRev, VMMGetSvnRev()));
    211211        SUPR0Printf("VMMR0InitVM: Revision mismatch, r3=%d r0=%d\n", uSvnRev, VMMGetSvnRev());
    212         return VERR_VERSION_MISMATCH;
     212        return VERR_VMM_R0_VERSION_MISMATCH;
    213213    }
    214214    if (    !VALID_PTR(pVM)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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