VirtualBox

Changeset 32118 in vbox


Ignore:
Timestamp:
Aug 31, 2010 9:48:46 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65393
Message:

FT updates

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r32102 r32118  
    865865
    866866        rc = ftmR3TcpReadLine(pVM, szCmd, sizeof(szCmd));
    867         AssertRC(rc);
    868867        if (RT_FAILURE(rc))
    869868            break;
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r32106 r32118  
    10781078                    {
    10791079                    case PGM_PAGE_STATE_ALLOCATED:
     1080                    case PGM_PAGE_STATE_WRITE_MONITORED:
    10801081                        if (    !PGM_PAGE_IS_WRITTEN_TO(pPage)  /* not very recently updated? */
    10811082                            &&  PGM_PAGE_IS_FT_DIRTY(pPage))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette