VirtualBox

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


Ignore:
Timestamp:
Jun 4, 2018 11:39:24 AM (7 years ago)
Author:
vboxsync
Message:

NEM/win: logging and assertion adjustments. bugref:9044

File:
1 edited

Legend:

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

    r72417 r72427  
    28502850                          RT_SUCCESS(rcStrict) ?  VERR_NEM_IPE_5 : rcStrict);
    28512851# endif
    2852     Log8(("nemHCWinStopCpu: Stopping CPU pending...\n"));
     2852    Log8(("nemHCWinStopCpu: Stopping CPU #%u pending...\n", pVCpu->idCpu));
    28532853    STAM_REL_COUNTER_INC(&pVCpu->nem.s.StatStopCpuPending);
    28542854
     
    28972897                                   sizeof(pVCpu->nem.s.uIoCtlBuf.MsgSlotHandleAndGetNext),
    28982898                                   NULL, 0);
    2899     AssertLogRelMsgReturn(NT_SUCCESS(rcNt), ("2st VidMessageSlotHandleAndGetNext after ERROR_VID_STOP_PENDING failed: %#x\n", rcNt),
     2899    AssertLogRelMsgReturn(NT_SUCCESS(rcNt), ("2nd VidMessageSlotHandleAndGetNext after ERROR_VID_STOP_PENDING failed: %#x\n", rcNt),
    29002900                          RT_SUCCESS(rcStrict) ? VERR_NEM_IPE_5 : rcStrict);
    29012901# else
     
    30583058    if (LogIs3Enabled())
    30593059        nemHCWinLogState(pVM, pVCpu);
     3060# endif
     3061# ifdef IN_RING0
     3062    Assert(pVCpu->idCpu == pGVCpu->idCpu);
    30603063# endif
    30613064
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