VirtualBox

Changeset 27746 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2010 2:55:02 PM (15 years ago)
Author:
vboxsync
Message:

Balloon: flush the shadow PT if this page was previously used as a guest page table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r27598 r27746  
    828828            Assert(PGM_PAGE_IS_ZERO(pPage));
    829829            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]);
    830833        }
    831834
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