VirtualBox

Changeset 22715 in vbox for trunk


Ignore:
Timestamp:
Sep 2, 2009 12:43:32 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51841
Message:

PGMPhys.cpp: todo.

File:
1 edited

Legend:

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

    r22710 r22715  
    386386            PGMPoolFlushPage(pVM, *pGCPhys);
    387387            Assert(!PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage));
     388            /** @todo r=bird: return VERR_PGM_PHYS_PAGE_RESERVED here if it still has
     389             *        active handlers, see the PGMR3PhysGCPhys2CCPtrExternal docs. */
    388390        }
    389391    }
     
    29472949        Req.idChunkUnmap = pgmR3PhysChunkFindUnmapCandidate(pVM);
    29482950/** @todo This is wrong. Any thread in the VM process should be able to do this,
    2949  *        there are depenenecies on this.  What currently saves the day is that 
     2951 *        there are depenenecies on this.  What currently saves the day is that
    29502952 *        we don't unmap anything and that all non-zero memory will therefore
    29512953 *        be present when non-EMTs tries to access it.  */
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