VirtualBox

Changeset 61420 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 2, 2016 7:31:53 PM (9 years ago)
Author:
vboxsync
Message:

SVM: Don't bother with reinjecting events from INT3/INTO, just re-execute instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r61317 r61420  
    41264126                }
    41274127#endif
    4128                 if (   uExitVector == X86_XCPT_PF
     4128                if (   uIdtVector == X86_XCPT_BP
     4129                    || uIdtVector == X86_XCPT_OF)
     4130                {
     4131                    /* Ignore INT3/INTO just retry execution. See #8357. */
     4132                }
     4133                else if (   uExitVector == X86_XCPT_PF
    41294134                    && uIdtVector  == X86_XCPT_PF)
    41304135                {
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