VirtualBox

Changeset 27750 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2010 3:28:11 PM (15 years ago)
Author:
vboxsync
Message:

Reset the balloon state when the VM resets

File:
1 edited

Legend:

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

    r27749 r27750  
    13671367                        }
    13681368                        else
    1369                         if (    !PGM_PAGE_IS_ZERO(pPage)
    1370                             &&  !PGM_PAGE_IS_BALLOONED(pPage))
     1369                        if (PGM_PAGE_IS_BALLOONED(pPage))
     1370                        {
     1371                            /* Turn into a zero page; the balloon status is lost when the VM reboots. */
     1372                            PGM_PAGE_SET_STATE(pPage, PGM_PAGE_STATE_ZERO);
     1373                        }
     1374                        else
     1375                        if (!PGM_PAGE_IS_ZERO(pPage))
    13711376                        {
    13721377                            rc = pgmPhysFreePage(pVM, pReq, &cPendingPages, pPage, pRam->GCPhys + ((RTGCPHYS)iPage << PAGE_SHIFT));
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