儲存庫 vbox 的更動 49774
- 時間撮記:
- 2013-12-4 下午03:07:09 (11 年 以前)
- 位置:
- trunk
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/vmm/hm_vmx.h
r49755 r49774 1493 1493 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_NMI 2 1494 1494 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_HW_XCPT 3 1495 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_INT 4 /**< int xx */1496 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_ DB_XCPT 5 /**< Why are we getting this one?? */1495 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_INT 4 1496 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_PRIV_SW_XCPT 5 1497 1497 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_XCPT 6 1498 1498 /** @} */ -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r49757 r49774 9271 9271 switch (uIntType) 9272 9272 { 9273 case VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_XCPT: /* Software exception. (#BP or #OF) */ 9273 case VMX_EXIT_INTERRUPTION_INFO_TYPE_PRIV_SW_XCPT: /* Privileged software exception. (#DB from ICEBP) */ 9274 case VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_XCPT: /* Software exception. (#BP or #OF) */ 9274 9275 Assert(uVector == X86_XCPT_DB || uVector == X86_XCPT_BP || uVector == X86_XCPT_OF); 9275 9276 /* no break */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器