VirtualBox

Ignore:
Timestamp:
Aug 27, 2010 2:10:39 PM (14 years ago)
Author:
vboxsync
Message:

FT updates

File:
1 edited

Legend:

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

    r32051 r32053  
    278278{
    279279    Assert(PGMIsLockOwner(pVM));
     280
     281    if (FTMIsDeltaLoadSaveActive(pVM))
     282        return VINF_SUCCESS;    /* nothing to do as nothing has changed here */
    280283
    281284    for (PPGMROMRANGE pRom = pVM->pgm.s.pRomRangesR3; pRom; pRom = pRom->pNextR3)
     
    16271630                                    SSMR3PutGCPhys(pSSM, GCPhys);
    16281631                                    rc = SSMR3PutMem(pSSM, abPage, PAGE_SIZE);
     1632                                    PGM_PAGE_CLEAR_WRITTEN_TO(pCurPage);
     1633                                    PGM_PAGE_CLEAR_FT_DIRTY(pCurPage);
    16291634                                }
    16301635                                /* else nothing changed, so skip it. */
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