Changeset 72308 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 23, 2018 5:53:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
r72306 r72308 1782 1782 case HvMessageTypeX64CpuidIntercept: 1783 1783 Assert(pMsg->Header.PayloadSize == sizeof(pMsg->X64CpuIdIntercept)); 1784 STAM_REL_COUNTER_INC(&pVCpu->nem.s.StatExitCpuId); 1784 1785 return nemHCWinHandleMessageCpuId(pVCpu, &pMsg->X64CpuIdIntercept, pCtx); 1785 1786 1786 1787 case HvMessageTypeX64MsrIntercept: 1787 1788 Assert(pMsg->Header.PayloadSize == sizeof(pMsg->X64MsrIntercept)); 1789 STAM_REL_COUNTER_INC(&pVCpu->nem.s.StatExitMsr); 1788 1790 return nemHCWinHandleMessageMsr(pVCpu, &pMsg->X64MsrIntercept, pCtx, pGVCpu); 1789 1791
Note:
See TracChangeset
for help on using the changeset viewer.