VirtualBox

Changeset 29603 in vbox for trunk


Ignore:
Timestamp:
May 18, 2010 9:08:35 AM (15 years ago)
Author:
vboxsync
Message:

Flush all pending handy page operations before changing any shared page assignments.

File:
1 edited

Legend:

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

    r29468 r29603  
    136136static DECLCALLBACK(VBOXSTRICTRC) pgmR3SharedModuleRegRendezvous(PVM pVM, PVMCPU pVCpu, void *pvUser)
    137137{
     138    /* Flush all pending handy page operations before changing any shared page assignments. */
     139    int rc = PGMR3PhysAllocateHandyPages(pVM);
     140    AssertRC(rc);
     141
    138142    return GMMR3CheckSharedModules(pVM);
    139143}
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