- Timestamp:
- Mar 26, 2010 2:57:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r27746 r27749 819 819 LogFlow(("balloon page: %RGp\n", paPhysPage[i])); 820 820 821 /* Flush the shadow PT if this page was previously used as a guest page table. */ 822 pgmPoolFlushPageByGCPhys(pVM, paPhysPage[i]); 823 821 824 rc = pgmPhysFreePage(pVM, pReq, &cPendingPages, pPage, paPhysPage[i]); 822 825 if (RT_FAILURE(rc)) … … 828 831 Assert(PGM_PAGE_IS_ZERO(pPage)); 829 832 PGM_PAGE_SET_STATE(pPage, PGM_PAGE_STATE_BALLOONED); 830 831 /* Flush the shadow PT if this page was previously used as a guest page table. */832 pgmPoolFlushPageByGCPhys(pVM, paPhysPage[i]);833 833 } 834 834
Note:
See TracChangeset
for help on using the changeset viewer.