VirtualBox

Changeset 30766 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 9, 2010 2:36:47 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63556
Message:

No need to flush the handy pages immediately after copy-on-write for a shared page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r30735 r30766  
    441441        pVM->pgm.s.aHandyPages[iHandyPage].idSharedPage = PGM_PAGE_GET_PAGEID(pPage);
    442442        Assert(PGM_PAGE_GET_PAGEID(pPage) != NIL_GMM_PAGEID);
    443         VM_FF_SET(pVM, VM_FF_PGM_NEED_HANDY_PAGES);
    444443
    445444        Log(("PGM: Replaced shared page %#x at %RGp with %#x / %RHp\n", PGM_PAGE_GET_PAGEID(pPage),
     
    457456        STAM_COUNTER_INC(&pVM->pgm.s.StatRZPageReplaceZero);
    458457        pVM->pgm.s.cZeroPages--;
    459         Assert(pVM->pgm.s.aHandyPages[iHandyPage].idSharedPage == NIL_GMM_PAGEID);
    460458    }
    461459
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette