VirtualBox

Changeset 10730 in vbox


Ignore:
Timestamp:
Jul 17, 2008 3:38:15 PM (17 years ago)
Author:
vboxsync
Message:

Disabled nested paging again (testboxlin).

File:
1 edited

Legend:

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

    r10704 r10730  
    189189     * Check CFGM options.
    190190     */
    191     /* Nested paging: enabled by default now */
    192     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);
    193193    AssertRC(rc);
    194194
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