VirtualBox

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


Ignore:
Timestamp:
Mar 24, 2014 1:30:36 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMR0: VMXON regions need not be mapped executable.

File:
1 edited

Legend:

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

    r50800 r50854  
    10301030            if (RTMpIsCpuPossible(RTMpCpuIdFromSetIndex(i)))
    10311031            {
    1032                 rc = RTR0MemObjAllocCont(&g_HvmR0.aCpuInfo[i].hMemObj, PAGE_SIZE, true /* executable R0 mapping */);
     1032                rc = RTR0MemObjAllocCont(&g_HvmR0.aCpuInfo[i].hMemObj, PAGE_SIZE, false /* executable R0 mapping */);
    10331033                AssertLogRelRCReturn(rc, rc);
    10341034
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