VirtualBox

Changeset 91897 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Oct 20, 2021 1:42:39 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147701
Message:

VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tables and convert devices and drivers to make use of those, bugref:10074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r91887 r91897  
    46314631
    46324632    RTStrCopy(pThis->szGuestCoreDumpDir, sizeof(pThis->szGuestCoreDumpDir), pszGuestCoreDumpDir);
    4633     MMR3HeapFree(pszGuestCoreDumpDir);
     4633    PDMDevHlpMMHeapFree(pDevIns, pszGuestCoreDumpDir);
    46344634
    46354635    rc = pHlp->pfnCFGMQueryU32Def(pCfg, "GuestCoreDumpCount", &pThis->cGuestCoreDumps, 3);
     
    47284728     * <missing comment>
    47294729     */
    4730     pThis->cbGuestRAM = MMR3PhysGetRamSize(PDMDevHlpGetVM(pDevIns));
     4730    pThis->cbGuestRAM = PDMDevHlpMMPhysGetRamSize(pDevIns);
    47314731
    47324732    /*
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