VirtualBox

Changeset 27594 in vbox for trunk/src


Ignore:
Timestamp:
Mar 22, 2010 3:03:49 PM (15 years ago)
Author:
vboxsync
Message:

Only force writes to go through vmm

File:
1 edited

Legend:

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

    r27590 r27594  
    816816                break;
    817817            }
     818
     819            LogFlow(("balloon page: %RGp\n", paPhysPage[i]));
    818820
    819821            rc = pgmPhysFreePage(pVM, pReq, &cPendingPages, pPage, paPhysPage[i]);
     
    36073609    {
    36083610        if (PGM_PAGE_IS_BALLOONED(pPage))
    3609             rc = VERR_PGM_PHYS_TLB_CATCH_ALL;
     3611            rc = VINF_PGM_PHYS_TLB_CATCH_WRITE;
    36103612        else if (!PGM_PAGE_HAS_ANY_HANDLERS(pPage))
    36113613            rc = VINF_SUCCESS;
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