VirtualBox

Changeset 12020 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 3, 2008 8:51:55 AM (16 years ago)
Author:
vboxsync
Message:

Nested paging support activated; default changed to false

File:
1 edited

Legend:

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

    r11792 r12020  
    189189     * Check CFGM options.
    190190     */
    191 #ifdef VBOX_WITH_NESTED_PAGING /* regressions on testboxlin */
    192     /* Nested paging: enabled by default. */
    193     rc = CFGMR3QueryBoolDef(CFGMR3GetRoot(pVM), "EnableNestedPaging", &pVM->hwaccm.s.fAllowNestedPaging, true);
     191    /* Nested paging: disabled by default. */
     192    rc = CFGMR3QueryBoolDef(CFGMR3GetRoot(pVM), "EnableNestedPaging", &pVM->hwaccm.s.fAllowNestedPaging, false);
    194193    AssertRC(rc);
    195 #endif
    196194
    197195    /* HWACCM support must be explicitely enabled in the configuration file. */
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