Changeset 29417 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 12, 2010 12:56:33 PM (15 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r29416 r29417 3862 3862 { 3863 3863 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; 3864 3866 continue; 3865 3867 } -
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r29411 r29417 431 431 /* else nothing changed (== this page is now a shared page), so no need to flush anything. */ 432 432 433 pVM->pgm.s.cSharedPages++; 433 434 PGM_PAGE_SET_STATE(pPage, PGM_PAGE_STATE_SHARED); 434 435 }
Note:
See TracChangeset
for help on using the changeset viewer.