VirtualBox

Changeset 13345 in vbox for trunk/src/VBox/VMM/HWACCM.cpp


Ignore:
Timestamp:
Oct 16, 2008 3:14:08 PM (16 years ago)
Author:
vboxsync
Message:

Corrected comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r13343 r13345  
    904904    {
    905905        PGMMODE enmGuestMode = PGMGetGuestMode(pVM);
    906         /* Correct weird requirements for switching to protected mode. */
     906        /* Verify the requirements for executing code in protected mode. VT-x can't handle the CPU state right after a switch
     907         * from real to protected mode. (all sorts of RPL & DPL assumptions)
     908         */
    907909        if (    pVM->hwaccm.s.vmx.enmCurrGuestMode == PGMMODE_REAL
    908910            &&  enmGuestMode >= PGMMODE_PROTECTED)
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