VirtualBox

Changeset 10830

Show
Ignore:
Timestamp:
07/23/08 15:37:45 (3 months ago)
Author:
vboxsync
Message:

Turned off nested paging the hard way. (testboxlin regressions)

Files:

Legend:

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

    r10820 r10830  
    189189     * Check CFGM options. 
    190190     */ 
    191     /* Nested paging: disabled by default. */ 
    192     rc = CFGMR3QueryBoolDef(CFGMR3GetRoot(pVM), "EnableNestedPaging", &pVM->hwaccm.s.fAllowNestedPaging, false); 
     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); 
    193194    AssertRC(rc); 
     195#endif 
    194196 
    195197    /* HWACCM support must be explicitely enabled in the configuration file. */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy