VirtualBox

Changeset 16940 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 19, 2009 9:43:49 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43090
Message:

More logging

File:
1 edited

Legend:

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

    r16923 r16940  
    336336                uShw.pv = PGMPOOL_PAGE_2_PTR(pPool->CTX_SUFF(pVM), pPage);
    337337                const unsigned iShw = off / sizeof(X86PTE);
     338                LogFlow(("PGMPOOLKIND_32BIT_PT_FOR_32BIT_PT iShw=%x\n", iShw));
    338339                if (uShw.pPT->a[iShw].n.u1Present)
    339340                {
     
    357358                {
    358359                    const unsigned iShw = (off / sizeof(X86PTE)) & (X86_PG_PAE_ENTRIES - 1);
     360                    LogFlow(("PGMPOOLKIND_PAE_PT_FOR_32BIT_PT iShw=%x\n", iShw));
    359361                    if (uShw.pPTPae->a[iShw].n.u1Present)
    360362                    {
     
    11441146    Assert(pCpu->mode == CPUMODE_32BIT);
    11451147
     1148    Log3(("pgmPoolAccessHandlerSTOSD\n"));
     1149
    11461150    /*
    11471151     * Increment the modification counter and insert it into the list
     
    12051209                                           PCPUMCTXCORE pRegFrame, RTGCPHYS GCPhysFault, RTGCPTR pvFault)
    12061210{
     1211    Log3(("pgmPoolAccessHandlerSimple\n"));
    12071212    /*
    12081213     * Increment the modification counter and insert it into the list
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