VirtualBox

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


Ignore:
Timestamp:
May 12, 2010 12:56:33 PM (15 years ago)
Author:
vboxsync
Message:

Keep track of statistics

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r29416 r29417  
    38623862                    {
    38633863                        Log(("Unexpected differences found between local and shared page; skip\n"));
     3864                        /* Signal to the caller that this one hasn't changed. */
     3865                        paPageDesc[i].uHCPhysPageId = NIL_GMM_PAGEID;
    38643866                        continue;
    38653867                    }
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r29411 r29417  
    431431                    /* else nothing changed (== this page is now a shared page), so no need to flush anything. */
    432432
     433                    pVM->pgm.s.cSharedPages++;
    433434                    PGM_PAGE_SET_STATE(pPage, PGM_PAGE_STATE_SHARED);
    434435                }
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