Changeset 43047 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 28, 2012 2:47:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r43045 r43047 2059 2059 2060 2060 #ifdef VBOX_WITH_PAGE_SHARING 2061 /* Clear all registered shared modules. */ 2061 /* 2062 * Clear all registered shared modules. 2063 */ 2062 2064 pgmR3PhysAssertSharedPageChecksums(pVM); 2063 2065 rc = GMMR3ResetSharedModules(pVM); 2064 2066 AssertRC(rc); 2067 2068 /* 2069 * Flush the handy pages updates to make sure no shared pages are hiding 2070 * in there. (No unlikely if the VM shuts down, apparently.) 2071 */ 2072 rc = VMMR3CallR0(pVM, VMMR0_DO_PGM_FLUSH_HANDY_PAGES, 0, NULL); 2065 2073 #endif 2066 2074
Note:
See TracChangeset
for help on using the changeset viewer.