VirtualBox

Changeset 27102 in vbox for trunk/src/VBox/VMM/GMM.cpp


Ignore:
Timestamp:
Mar 5, 2010 3:21:24 PM (15 years ago)
Author:
vboxsync
Message:

Reset the memory balloon during VM reset

File:
1 edited

Legend:

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

    r27084 r27102  
    279279 * @see GMMR0BalloonedPages
    280280 */
    281 GMMR3DECL(int)  GMMR3BalloonedPages(PVM pVM, bool fInflate, uint32_t cBalloonedPages)
     281GMMR3DECL(int)  GMMR3BalloonedPages(PVM pVM, GMMBALLOONACTION enmAction, uint32_t cBalloonedPages)
    282282{
    283283    GMMBALLOONEDPAGESREQ Req;
    284284    Req.Hdr.u32Magic = SUPVMMR0REQHDR_MAGIC;
    285285    Req.Hdr.cbReq = sizeof(Req);
    286     Req.fInflate = fInflate;
     286    Req.enmAction = enmAction;
    287287    Req.cBalloonedPages = cBalloonedPages;
    288288
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