VirtualBox

Changeset 70742 in vbox


Ignore:
Timestamp:
Jan 25, 2018 3:12:39 PM (7 years ago)
Author:
vboxsync
Message:

VMM: Extended the 'phys' with a 'verbose' option that shows page types (MMIO,ROM,etc). [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGM.cpp

    r70741 r70742  
    28632863                        pszType = "MMIO";
    28642864                        pgmLock(pVM);
    2865                         PPGMPHYSHANDLER pCur = pgmHandlerPhysicalLookup(pVM, iFirstPage * X86_PAGE_SIZE);
    2866                         if (pCur)
    2867                             pszMore = pCur->pszDesc;
     2865                        PPGMPHYSHANDLER pHandler = pgmHandlerPhysicalLookup(pVM, iFirstPage * X86_PAGE_SIZE);
     2866                        if (pHandler)
     2867                            pszMore = pHandler->pszDesc;
    28682868                        pgmUnlock(pVM);
    28692869                        break;
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