VirtualBox

Ignore:
Timestamp:
Jun 26, 2018 2:54:37 AM (7 years ago)
Author:
vboxsync
Message:

NEM: Separate stats for odd and alerts when stopping the CPU. bugref:9044.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h

    r72689 r72690  
    15411541
    15421542    /* Advance the RIP. */
    1543     Assert(pMsgHdr->InstructionLength >= cbMinInstr);
     1543    Assert(pMsgHdr->InstructionLength >= cbMinInstr); RT_NOREF_PV(cbMinInstr);
    15441544    pCtx->rip += pMsgHdr->InstructionLength;
    15451545    pCtx->rflags.Bits.u1RF = 0;
     
    37593759    {
    37603760        DBGFTRACE_CUSTOM(pVCpu->CTX_SUFF(pVM), "IoCtlMessageSlotHandleAndGetNextRestart/1 %#x (f=%#x)", rcNt, fFlags);
    3761         STAM_REL_COUNTER_INC(&pVCpu->nem.s.StatStopCpuPendingOdd);
     3761        STAM_REL_COUNTER_INC(&pVCpu->nem.s.StatStopCpuPendingAlerts);
    37623762        Assert(fFlags & VID_MSHAGN_F_GET_NEXT_MESSAGE);
    37633763
     
    39263926    else
    39273927    {
     3928        /** @todo I'm not so sure about this now... */
    39283929        DBGFTRACE_CUSTOM(pVM, "nemStop#9: %#x %#x %#x", pMappingHeader->enmVidMsgType,
    39293930                         pMappingHeader->cbMessage, pMsgForTrace->Header.MessageType);
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