Changeset 49774 in vbox for trunk/include
- Timestamp:
- Dec 4, 2013 3:07:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.