VirtualBox

Ignore:
Timestamp:
Sep 29, 2022 10:17:54 PM (2 years ago)
Author:
vboxsync
Message:

VMM/PGMPool: display the physical address of the roots in pgmpoolroots so we can pass this to the 'dphh' command in the debugger. bugref:10092

File:
1 edited

Legend:

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

    r96901 r96939  
    882882                        case PGMPOOLKIND_EPT_PML4_FOR_EPT_PML4: pszKind = "EPT_PML4_FOR_EPT_PML4"; break;
    883883                    }
    884                     pHlp->pfnPrintf(pHlp, "#%04x: GCPhys=%RGp %s %s\n",
    885                                     iPage, GCPhys, pszKind, pPage->fMonitored ? " monitored" : "");
     884                    pHlp->pfnPrintf(pHlp, "#%04x: HCPhys=%RHp GCPhys=%RGp %s %s %s\n",
     885                                    iPage, pPage->Core.Key, GCPhys, pPage->fA20Enabled ? "A20 " : "!A20",
     886                                    pszKind, pPage->fMonitored ? " monitored" : "");
    886887                    break;
    887888                }
     
    891892        }
    892893    }
    893 
    894894}
    895895
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