VirtualBox

Changeset 30602 in vbox


Ignore:
Timestamp:
Jul 5, 2010 11:31:51 AM (15 years ago)
Author:
vboxsync
Message:

Wrong check when inflating balloon during state restore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r30488 r30602  
    29682968            case GMMBALLOONACTION_INFLATE:
    29692969            {
    2970                 if (pGVM->gmm.s.Allocated.cBasePages >= cBalloonedPages)
     2970                if (pGVM->gmm.s.Allocated.cBasePages + cBalloonedPages <= pGVM->gmm.s.Reserved.cBasePages)
    29712971                {
    29722972                    /*
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