VirtualBox

Changeset 14607 in vbox


Ignore:
Timestamp:
Nov 25, 2008 10:09:20 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39908
Message:

PGMR0DynMap, VMM.cpp: Usee VMMIsHwVirtExtForced for VBOX_WITH_2X_4GB_ADDR_SPACE decisions.

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

Legend:

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

    r14499 r14607  
    232232#ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
    233233        /* MMHyperR3ToR0 returns R3 when not doing hardware assisted virtualization. */
    234         if (!HWACCMIsEnabled(pVM))
     234        if (!VMMIsHwVirtExtForced(pVM))
    235235            pVM->vmm.s.CallHostR0JmpBuf.pvSavedStack = NIL_RTR0PTR;
    236236        else
  • trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp

    r14539 r14607  
    334334     */
    335335#if 1
    336     if (!HWACCMIsEnabled(pVM))
     336    if (!VMMIsHwVirtExtForced(pVM))
    337337        return VINF_SUCCESS;
    338338#endif
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