Changeset 32121 in vbox
- Timestamp:
- Aug 31, 2010 10:00:09 AM (14 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/FTM.cpp
r32118 r32121 908 908 909 909 /* Update the guest memory of the standby VM. */ 910 #if 1 911 rc = PGMR3PhysWriteExternal(pVM, Hdr.GCPhys, pPage, Hdr.cbPageRange, "FTMemSync"); 912 #else 910 913 rc = PGMPhysWrite(pVM, Hdr.GCPhys, pPage, Hdr.cbPageRange); 914 #endif 911 915 AssertRC(rc); 912 916 -
trunk/src/VBox/VMM/PGMPhys.cpp
r32118 r32121 272 272 * Allocating writable pages and access handlers are 273 273 * problematic, write monitored pages are simple and can be 274 * dealt hwith here.274 * dealt with here. 275 275 */ 276 276 if ( PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage)
Note:
See TracChangeset
for help on using the changeset viewer.