VirtualBox

Changeset 91852 in vbox for trunk


Ignore:
Timestamp:
Oct 19, 2021 11:34:50 PM (3 years ago)
Author:
vboxsync
Message:

VMM/NEM,PGM: Build fixes. bugref:10122

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

Legend:

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

    r91849 r91852  
    435435int pgmHandlerPhysicalExDeregister(PVMCC pVM, PPGMPHYSHANDLER pPhysHandler)
    436436{
    437     LogFlow(("pgmHandlerPhysicalExDeregister: Removing Range %RGp-%RGp %s fRestoreAsRAM=%d\n",
     437    LogFlow(("pgmHandlerPhysicalExDeregister: Removing Range %RGp-%RGp %s\n",
    438438             pPhysHandler->Core.Key, pPhysHandler->Core.KeyLast, R3STRING(pPhysHandler->pszDesc)));
    439439    AssertReturn(pPhysHandler->Core.Key != NIL_RTGCPHYS, VERR_PGM_HANDLER_NOT_FOUND);
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r91851 r91852  
    17621762    pgmR3PhysLinkRamRange(pVM, pNew, pPrev);
    17631763
     1764#ifdef VBOX_WITH_NATIVE_NEM
    17641765    /*
    17651766     * Notify NEM now that it has been linked.
     
    17691770        pgmR3PhysUnlinkRamRange2(pVM, pNew, pPrev);
    17701771    return rc;
     1772#else
     1773    return VINF_SUCCESS;
     1774#endif
    17711775}
    17721776
     
    56885692        return VMSetError(pVM, VERR_PGM_PHYS_INVALID_PAGE_ID, RT_SRC_POS, "GCPhys=%RGp idPage=%#x", GCPhys, pPage);
    56895693    }
     5694#ifdef VBOX_WITH_PGM_NEM_MODE
    56905695    const RTHCPHYS HCPhysPrev = PGM_PAGE_GET_HCPHYS(pPage);
     5696#endif
    56915697
    56925698    /* update page count stats. */
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