VirtualBox

Changeset 26043 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 26, 2010 12:04:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56954
Message:

Enable nested paging by default for new VMs

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r26042 r26043  
    163163    mMonitorCount = 1;
    164164    mHWVirtExEnabled = true;
    165     mHWVirtExNestedPagingEnabled = false;
     165    mHWVirtExNestedPagingEnabled = true;
    166166    mHWVirtExVPIDEnabled = true;
    167167#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
  • trunk/src/VBox/Main/xml/Settings.cpp

    r25904 r26043  
    12581258          fHardwareVirt(true),
    12591259          fHardwareVirtExclusive(HWVIRTEXCLUSIVEDEFAULT),
    1260           fNestedPaging(false),
     1260          fNestedPaging(true),
    12611261          fVPID(true),
    12621262          fSyntheticCpu(false),
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette