Changeset 30744 in vbox
- Timestamp:
- Jul 8, 2010 1:42:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r30616 r30744 1596 1596 if (RT_SUCCESS(rc)) 1597 1597 { 1598 /* Skip allocated pages that are zero. */ 1599 if ( !fLiveSave 1600 && ASMMemIsZeroPage(pvPage)) 1601 { 1602 fZero = true; 1603 goto save_zero_page; 1604 } 1605 1598 1606 memcpy(abPage, pvPage, PAGE_SIZE); 1599 1607 #ifdef PGMLIVESAVERAMPAGE_WITH_CRC32 … … 1616 1624 else 1617 1625 { 1626 save_zero_page: 1618 1627 /* 1619 1628 * Dirty zero page.
Note:
See TracChangeset
for help on using the changeset viewer.