VirtualBox

Changeset 21702 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jul 17, 2009 2:45:39 PM (15 years ago)
Author:
vboxsync
Message:

Limit the patch memory allocation to 32 bits guests only for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp

    r21645 r21702  
    17401740    }
    17411741
     1742#ifdef RT_ARCH_X86
    17421743    /* Allocate locked executable memory that can be used for patching guest code. */
    17431744    {
     
    17691770        }
    17701771    }
     1772#endif
    17711773    return;
    17721774}
     
    17791781VOID unreserveHypervisorMemory(PVBOXGUESTDEVEXT pDevExt)
    17801782{
     1783#ifdef RT_ARCH_X86
    17811784    /* Remove the locked executable memory range that can be used for patching guest code. */
    17821785    if (pDevExt->PatchMemObj)
     
    18041807        }
    18051808    }
     1809#endif
    18061810
    18071811    VMMDevReqHypervisorInfo *req = NULL;
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