VirtualBox

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


Ignore:
Timestamp:
May 18, 2018 2:10:22 PM (7 years ago)
Author:
vboxsync
Message:

NEM/win: Intercept all (for now) CPUIDs. bugref:9044

File:
1 edited

Legend:

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

    r72262 r72263  
    15711571NEM_TMPL_STATIC VBOXSTRICTRC nemHCWinHandleMessageCpuId(PVMCPU pVCpu, HV_X64_CPUID_INTERCEPT_MESSAGE const *pMsg, PCPUMCTX pCtx)
    15721572{
    1573     //Assert(   pMsg->AccessInfo.AccessSize == 1
    1574     //       || pMsg->AccessInfo.AccessSize == 2
    1575     //       || pMsg->AccessInfo.AccessSize == 4);
    1576     //Assert(   pMsg->Header.InterceptAccessType == HV_INTERCEPT_ACCESS_READ
    1577     //       || pMsg->Header.InterceptAccessType == HV_INTERCEPT_ACCESS_WRITE);
    15781573    AssertMsg(pMsg->Header.InstructionLength < 0x10, ("%#x\n", pMsg->Header.InstructionLength));
    15791574
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