VirtualBox

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


Ignore:
Timestamp:
Apr 19, 2007 3:37:57 PM (18 years ago)
Author:
vboxsync
Message:

Enabled SVM for real and protected mode without paging again.

File:
1 edited

Legend:

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

    r2229 r2237  
    457457    Assert(pVM->fHWACCMEnabled);
    458458
    459 #if 0
    460459    /* AMD SVM supports real & protected mode with or without paging. */
    461460    if (pVM->hwaccm.s.svm.fEnabled)
     
    464463        return true;
    465464    }
    466 #endif
    467465
    468466    /* @todo we can support real-mode by using v86 and protected mode without paging with identity mapped pages.
     
    517515        return true;
    518516    }
     517#if 0
    519518    else
    520519    if (pVM->hwaccm.s.svm.fEnabled)
     
    523522        return true;
    524523    }
    525    
     524#endif
     525
    526526    return false;
    527527}
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