VirtualBox

Changeset 1573 in vbox for trunk/src/VBox/VMM/PGMMap.cpp


Ignore:
Timestamp:
Mar 20, 2007 9:34:49 AM (18 years ago)
Author:
vboxsync
Message:

Added release logging for VERR_PGM_MAPPING_CONFLICT cases.

File:
1 edited

Legend:

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

    r914 r1573  
    101101            AssertMsgFailed(("Address is already in use by %s. req %#x-%#x take %#x-%#x\n",
    102102                             pCur->pszDesc, GCPtr, GCPtrLast, pCur->GCPtr, pCur->GCPtrLast));
     103            LogRel(("VERR_PGM_MAPPING_CONFLICT: Address is already in use by %s. req %#x-%#x take %#x-%#x\n",pCur->pszDesc, GCPtr, GCPtrLast, pCur->GCPtr, pCur->GCPtrLast));
    103104            return VERR_PGM_MAPPING_CONFLICT;
    104105        }
     
    121122        {
    122123            AssertMsgFailed(("Address %#x is already in use by an intermediate mapping.\n", GCPtr + (i << PAGE_SHIFT)));
     124            LogRel(("VERR_PGM_MAPPING_CONFLICT: Address %#x is already in use by an intermediate mapping.\n", GCPtr + (i << PAGE_SHIFT)));
    123125            return VERR_PGM_MAPPING_CONFLICT;
    124126        }
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