VirtualBox

Changeset 91243 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Sep 15, 2021 10:19:31 AM (3 years ago)
Author:
vboxsync
Message:

VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going via ring-3. bugref:10093

File:
1 edited

Legend:

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

    r90439 r91243  
    49474947        int rc = PGMR3PoolGrow(pVM, VMMGetCpu(pVM));
    49484948#else
    4949         int rc = VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_PGM_POOL_GROW, 0);
     4949        int rc = PGMR0PoolGrow(pVM, VMMGetCpuId(pVM));
    49504950#endif
    49514951        if (RT_FAILURE(rc))
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