VirtualBox

Changeset 30744 in vbox


Ignore:
Timestamp:
Jul 8, 2010 1:42:28 PM (15 years ago)
Author:
vboxsync
Message:

Skip allocated pages that are zero (pgm saved state).

File:
1 edited

Legend:

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

    r30616 r30744  
    15961596                        if (RT_SUCCESS(rc))
    15971597                        {
     1598                            /* Skip allocated pages that are zero. */
     1599                            if (    !fLiveSave
     1600                                &&  ASMMemIsZeroPage(pvPage))
     1601                            {
     1602                                fZero = true;
     1603                                goto save_zero_page;
     1604                            }
     1605
    15981606                            memcpy(abPage, pvPage, PAGE_SIZE);
    15991607#ifdef PGMLIVESAVERAMPAGE_WITH_CRC32
     
    16161624                    else
    16171625                    {
     1626save_zero_page:
    16181627                        /*
    16191628                         * Dirty zero page.
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