VirtualBox

Changeset 9939 in vbox


Ignore:
Timestamp:
Jun 26, 2008 8:38:11 AM (17 years ago)
Author:
vboxsync
Message:

Partly backed out 31819

File:
1 edited

Legend:

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

    r9539 r9939  
    643643    /** @note The context supplied by REM is partial. If we add more checks here, be sure to verify that REM provides this info! */
    644644
    645 #if 0 //ndef HWACCM_VMX_EMULATE_ALL
    646     /* Too early for VMX. */
     645#ifndef HWACCM_VMX_EMULATE_ALL
     646    /* Too early for VT-x; Solaris guests will fail with a guru meditation otherwise (investigate!) */
    647647    if (pCtx->idtr.pIdt == 0 || pCtx->idtr.cbIdt == 0 || pCtx->tr == 0)
    648648        return false;
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