VirtualBox

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


Ignore:
Timestamp:
Oct 13, 2009 2:48:10 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53453
Message:

Dropped obsolet HWVirtEx properties.

File:
1 edited

Legend:

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

    r23638 r23733  
    331331    PCFGMNODE pHWVirtExt = CFGMR3GetChild(pRoot, "HWVirtExt/");
    332332    /* Nested paging: disabled by default. */
    333     rc = CFGMR3QueryBoolDef(pRoot, "EnableNestedPaging", &pVM->hwaccm.s.fAllowNestedPaging, false);
     333    rc = CFGMR3QueryBoolDef(pHWVirtExt, "EnableNestedPaging", &pVM->hwaccm.s.fAllowNestedPaging, false);
    334334    AssertRC(rc);
    335335
    336336    /* VT-x VPID: disabled by default. */
    337     rc = CFGMR3QueryBoolDef(pRoot, "EnableVPID", &pVM->hwaccm.s.vmx.fAllowVPID, false);
     337    rc = CFGMR3QueryBoolDef(pHWVirtExt, "EnableVPID", &pVM->hwaccm.s.vmx.fAllowVPID, false);
    338338    AssertRC(rc);
    339339
     
    387387     *  Default false for Mac OS X and Windows due to the higher risk of conflicts with other hypervisors.
    388388     */
    389     rc = CFGMR3QueryBoolDef(pHWVirtExt, "EnableGlobalInit", &pVM->hwaccm.s.fGlobalInit,
     389    rc = CFGMR3QueryBoolDef(pHWVirtExt, "Exclusive", &pVM->hwaccm.s.fGlobalInit,
    390390#if defined(RT_OS_DARWIN) || defined(RT_OS_WINDOWS)
    391391                            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