VirtualBox

vbox的更動 13703 路徑 trunk/include/VBox


忽略:
時間撮記:
2008-10-31 上午12:20:53 (16 年 以前)
作者:
vboxsync
訊息:

VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, lumping it together with VERR_TRPM_DONT_PANIC and VERR_TRPM_PANIC. (just left the space in VINF_EM_ there as it may come in handy later.)

位置:
trunk/include/VBox
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/err.h

    r13702 r13703  
    101101 * resolved there it will enter guru meditation. */
    102102#define VINF_EM_DBG_HYPER_ASSERTION         1103
    103 /** Hit a ring-0 assertion on EMT.
    104  * EM will enter guru mediation state when. */
    105 #define VINF_EM_DBG_RING0_ASSERTION         1104
    106103/** Indicating that the VM should be suspended for debugging because
    107104 * the developer wants to inspect the VM state. */
     
    765762/** Reason for leaving GC: Calling host function. */
    766763#define VINF_VMM_CALL_HOST                  2700
     764/** Reason for leaving R0: Hit a ring-0 assertion on EMT. */
     765#define VERR_VMM_RING0_ASSERTION            (-2701)
    767766/** @} */
    768767
  • trunk/include/VBox/err.mac

    r13702 r13703  
    1919%define VINF_EM_DBG_HYPER_BREAKPOINT    1102
    2020%define VINF_EM_DBG_HYPER_ASSERTION    1103
    21 %define VINF_EM_DBG_RING0_ASSERTION    1104
    2221%define VINF_EM_DBG_STOP    1105
    2322%define VINF_EM_DBG_STEPPED    1106
     
    243242%define VINF_IOM_HC_MMIO_READ_WRITE    2625
    244243%define VINF_VMM_CALL_HOST    2700
     244%define VERR_VMM_RING0_ASSERTION    (-2701)
    245245%define VERR_PDM_NO_SUCH_LUN    (-2800)
    246246%define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES    (-2801)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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