VirtualBox

Changeset 49774 in vbox for trunk/src


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/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r49757 r49774  
    92719271    switch (uIntType)
    92729272    {
    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) */
    92749275            Assert(uVector == X86_XCPT_DB || uVector == X86_XCPT_BP || uVector == X86_XCPT_OF);
    92759276            /* no break */
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