Changeset 72427 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 4, 2018 11:39:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
r72417 r72427 2850 2850 RT_SUCCESS(rcStrict) ? VERR_NEM_IPE_5 : rcStrict); 2851 2851 # endif 2852 Log8(("nemHCWinStopCpu: Stopping CPU pending...\n"));2852 Log8(("nemHCWinStopCpu: Stopping CPU #%u pending...\n", pVCpu->idCpu)); 2853 2853 STAM_REL_COUNTER_INC(&pVCpu->nem.s.StatStopCpuPending); 2854 2854 … … 2897 2897 sizeof(pVCpu->nem.s.uIoCtlBuf.MsgSlotHandleAndGetNext), 2898 2898 NULL, 0); 2899 AssertLogRelMsgReturn(NT_SUCCESS(rcNt), ("2 stVidMessageSlotHandleAndGetNext 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), 2900 2900 RT_SUCCESS(rcStrict) ? VERR_NEM_IPE_5 : rcStrict); 2901 2901 # else … … 3058 3058 if (LogIs3Enabled()) 3059 3059 nemHCWinLogState(pVM, pVCpu); 3060 # endif 3061 # ifdef IN_RING0 3062 Assert(pVCpu->idCpu == pGVCpu->idCpu); 3060 3063 # endif 3061 3064
Note:
See TracChangeset
for help on using the changeset viewer.