VirtualBox

Changeset 49774 in vbox for trunk/include


Ignore:
Timestamp:
Dec 4, 2013 3:07:09 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Handle #DB from ICEBP instruction which is undocumented by Intel. This causes the undocumented "privileged software exception" interruption-type exception exit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r49755 r49774  
    14931493#define VMX_EXIT_INTERRUPTION_INFO_TYPE_NMI                       2
    14941494#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
    14971497#define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_XCPT                   6
    14981498/** @} */
Note: See TracChangeset for help on using the changeset viewer.

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