VirtualBox

Changeset 18288 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2009 5:00:02 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45039
Message:

EM.cpp: Redo emR3RawForcedActions after CSAMR3CheckCodeEx if it becomes necessary, it may register virtual access handlers which require a SyncCR3. More strictness.

File:
1 edited

Legend:

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

    r17969 r18288  
    25542554        }
    25552555        /** @todo maybe prefetch the supervisor stack page as well */
     2556        Assert(!VM_FF_ISPENDING(pVM, VM_FF_SELM_SYNC_GDT | VM_FF_SELM_SYNC_LDT));
    25562557    }
    25572558
     
    26162617            &&  PGMMapHasConflicts(pVM))
    26172618        {
     2619            PGMMapCheck(pVM);
    26182620            AssertMsgFailed(("We should not get conflicts any longer!!!\n"));
    26192621            return VERR_INTERNAL_ERROR;
     
    26532655            CSAMR3CheckCodeEx(pVM, CPUMCTX2CORE(pCtx), pCtx->eip);
    26542656            STAM_PROFILE_ADV_RESUME(&pVM->em.s.StatRAWEntry, b);
     2657            if (VM_FF_ISPENDING(pVM, VM_FF_HIGH_PRIORITY_PRE_RAW_MASK))
     2658            {
     2659                rc = emR3RawForcedActions(pVM, pCtx);
     2660                if (RT_FAILURE(rc))
     2661                    break;
     2662            }
    26552663        }
    26562664
     
    27292737            &&  PGMMapHasConflicts(pVM))
    27302738        {
    2731             AssertMsgFailed(("We should not get conflicts any longer!!!\n"));
     2739            PGMMapCheck(pVM);
     2740            AssertMsgFailed(("We should not get conflicts any longer!!! rc=%Rrc\n", rc));
    27322741            return VERR_INTERNAL_ERROR;
    27332742        }
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