VirtualBox

Changeset 16784 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 16, 2009 12:43:45 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42862
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: paranoid check

File:
1 edited

Legend:

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

    r15696 r16784  
    544544                RTCCUINTREG uFlags = ASMIntDisableFlags();
    545545
     546#ifdef VBOX_STRICT
     547                if (RT_UNLIKELY(!PGMGetHyperCR3(pVM)))
     548                {
     549                    pVM->vmm.s.iLastGZRc = VERR_ACCESS_DENIED;
     550                    return;
     551                }
     552#endif
     553
    546554                TMNotifyStartOfExecution(pVM);
    547555                int rc = pVM->vmm.s.pfnHostToGuestR0(pVM);
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