VirtualBox

Changeset 80258 in vbox


Ignore:
Timestamp:
Aug 14, 2019 4:35:42 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132709
Message:

VMM/TRPM: Nested VMX: bugref:9180 TRPM has no way to distinguish INT1/ICEBP from regular #DB. Added a todo for this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp

    r80015 r80258  
    300300 * interrupts and software exceptions like \#BP, \#OF).
    301301 *
    302  * The caller is responsible for making sure there is an active trap 0e
    303  * when making this request.
     302 * The caller is responsible for making sure there is an active trap when making
     303 * this request.
    304304 *
    305305 * @param   pVCpu               The cross context virtual CPU structure.
     
    310310    Log2(("TRPMSetInstrLength: cbInstr=%u\n", cbInstr));
    311311    AssertMsg(pVCpu->trpm.s.uActiveVector != ~0U, ("No active trap!\n"));
     312    /** @todo We should be able to set the instruction length for a \#DB raised by
     313     *        INT1/ICEBP as well. However, TRPM currently has no way to distinguish
     314     *        INT1/ICEBP from regular \#DB. */
    312315    AssertMsg(   pVCpu->trpm.s.enmActiveType == TRPM_SOFTWARE_INT
    313316              || (   pVCpu->trpm.s.enmActiveType == TRPM_TRAP
Note: See TracChangeset for help on using the changeset viewer.

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