VirtualBox

Changeset 10326 in vbox


Ignore:
Timestamp:
Jul 7, 2008 2:11:52 PM (17 years ago)
Author:
vboxsync
Message:

Handle the VERR_PGM_POOL_FLUSHED return code properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllGst.h

    r10288 r10326  
    495495                if (rc == VERR_PGM_POOL_FLUSHED)
    496496                {
    497                     AssertFailed(); /* check if we handle this properly!! */
    498                     return VINF_PGM_SYNC_CR3;
     497                    Assert(pVM->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL);
     498                    rc = pgmPoolSyncCR3(pVM);
     499                    AssertRC(rc);
    499500                }
    500501                pVM->pgm.s.pHCPaePML4    = (PX86PML4)PGMPOOL_PAGE_2_PTR(pPool->CTXSUFF(pVM), pVM->pgm.s.pHCShwAmd64CR3);
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