VirtualBox

Changeset 27784 in vbox for trunk/src


Ignore:
Timestamp:
Mar 29, 2010 12:18:03 PM (15 years ago)
Author:
vboxsync
Message:

PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r27778 r27784  
    18171817    pgmLock(pVM);
    18181818
     1819# ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
     1820    PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool);
     1821    if (pPool->cDirtyPages)
     1822        pgmPoolResetDirtyPages(pVM);
     1823# endif
     1824
    18191825    /*
    18201826     * The pool may have pending stuff and even require a return to ring-3 to
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