VirtualBox

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


Ignore:
Timestamp:
Jul 19, 2015 1:36:21 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101721
Message:

VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.

Location:
trunk/src/VBox/VMM
Files:
4 edited

Legend:

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

    r56985 r57006  
    14601460        {
    14611461            SUPR0Printf("gmmR0CleanupVMScanChunk: Chunk %p/%#x has bogus stats - free=%d/%d private=%d/%d shared=%d/%d\n",
    1462                         pChunk->cFree, cFree, pChunk->cPrivate, cPrivate, pChunk->cShared, cShared);
     1462                        pChunk, pChunk->Core.Key, pChunk->cFree, cFree, pChunk->cPrivate, cPrivate, pChunk->cShared, cShared);
    14631463            pChunk->cFree = cFree;
    14641464            pChunk->cPrivate = cPrivate;
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r56877 r57006  
    18951895                for (unsigned i = 0; i < RT_ELEMENTS(pFpuCtx->au32RsrvdRest); i++)
    18961896                    if (pFpuCtx->au32RsrvdRest[i])
    1897                         pHlp->pfnPrintf(pHlp, "%sRsrvdRest[i]=%RX32 (offset=%#x)\n",
     1897                        pHlp->pfnPrintf(pHlp, "%sRsrvdRest[%u]=%RX32 (offset=%#x)\n",
    18981898                                        pszPrefix, i, pFpuCtx->au32RsrvdRest[i], RT_OFFSETOF(X86FXSTATE, au32RsrvdRest[i]) );
    18991899            }
  • trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp

    r56287 r57006  
    10431043        {
    10441044            pState->pHlp->pfnPrintf(pState->pHlp, "%0*llx error! PT mapping %s at HCPhys=%RHp was not found in the page pool!\n",
    1045                                     pState->cchAddress, pState->u64Address, HCPhys);
     1045                                    pState->cchAddress, pState->u64Address, pszDesc, HCPhys);
    10461046            return VERR_INVALID_PARAMETER;
    10471047        }
     
    23542354                                    ,
    23552355                                    cch, "", cch, "", cch, "", cch, "", cch, "", cch, "", cch, "",
    2356                                     cch, "", cch, "", cch, "", cch, "", cch, "", cch, "", cch, "Address");
     2356                                    cch, "", cch, "", cch, "", cch, "", cch, "", cch, "Address");
    23572357        if (pState->fLme)
    23582358            rc = pgmR3DumpHierarchyGstPaePML4(pState, cr3 & cr3Mask, cMaxDepth);
  • trunk/src/VBox/VMM/VMMR3/VM.cpp

    r55881 r57006  
    34523452            LogRel((" failed, because the VM state is actually %s\n", VMR3GetStateName(enmStateCur)));
    34533453            VMSetError(pVM, VERR_VM_INVALID_VM_STATE, RT_SRC_POS,
    3454                        N_("%s failed because the current VM state, %s, was not found in the state transition table"),
     3454                       N_("%s failed because the current VM state, %s, was not found in the state transition table (old state %s)"),
    34553455                       pszWho, VMR3GetStateName(enmStateCur), VMR3GetStateName(enmStateOld));
    34563456            AssertMsgFailed(("%s - state=%s, see release log for full details. Check the cTransitions passed us.\n",
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