VirtualBox

Ignore:
Timestamp:
Mar 9, 2007 5:26:43 PM (18 years ago)
Author:
vboxsync
Message:

Added comments about observations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp

    r1380 r1382  
    117117
    118118#if 0
     119    /** @note this causes problems in Windows XP as instructions following the update can be dangerous (str eax has been seen) */
     120    /** @note not going back to ring 3 could make the code scanner miss them. */
    119121    /* Check if we can handle the write here. */   
    120122    if (     iGate != 3                                         /* Gate 3 is handled differently; could do it here as well, but let ring 3 handle this case for now. */
     
    139141#endif
    140142
    141     Log(("trpmgcGuestIDTWriteHandler: write to gate %x offset %x\n", iGate, (RTGCUINTPTR)pvFault - (RTGCUINTPTR)GCPtrIDT));
     143    Log(("trpmgcGuestIDTWriteHandler: eip=%VGv write to gate %x offset %x\n", pRegFrame->eip, iGate, (RTGCUINTPTR)pvFault - (RTGCUINTPTR)GCPtrIDT));
    142144
    143145    /** @todo Check which IDT entry and keep the update cost low in TRPMR3SyncIDT() and CSAMCheckGates(). */
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