VirtualBox

Ignore:
Timestamp:
Mar 8, 2007 1:07:36 PM (18 years ago)
Author:
vboxsync
Message:

Enable handling of guest IDT writes in the guest context.

File:
1 edited

Legend:

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

    r1328 r1329  
    116116    Log(("trpmgcGuestIDTWriteHandler: write to gate %x\n", iTrap));
    117117
    118 #if 0
    119118    /* Check if we can handle the write here. */   
    120119    if (     iTrap != 3                                         /* Gate 3 is handled differently; could do it here as well, but let ring 3 handle this case for now. */
     
    130129        }
    131130    }
    132 #endif
    133131
    134132    /** @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