VirtualBox

Changeset 32121 in vbox


Ignore:
Timestamp:
Aug 31, 2010 10:00:09 AM (14 years ago)
Author:
vboxsync
Message:

Wrong api

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

Legend:

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

    r32118 r32121  
    908908
    909909                /* Update the guest memory of the standby VM. */
     910#if 1
     911                rc = PGMR3PhysWriteExternal(pVM, Hdr.GCPhys, pPage, Hdr.cbPageRange, "FTMemSync");
     912#else
    910913                rc = PGMPhysWrite(pVM, Hdr.GCPhys, pPage, Hdr.cbPageRange);
     914#endif
    911915                AssertRC(rc);
    912916
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r32118 r32121  
    272272                 * Allocating writable pages and access handlers are
    273273                 * problematic, write monitored pages are simple and can be
    274                  * dealth with here.
     274                 * dealt with here.
    275275                 */
    276276                if (    PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage)
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