VirtualBox

Ignore:
Timestamp:
Jul 12, 2013 10:20:23 AM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Assert that the valid bit is set on Xcpt exits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r47109 r47110  
    73617361    Assert(   !(pVCpu->hm.s.vmx.u32ExitCtls & VMX_VMCS_CTRL_EXIT_ACK_EXT_INT)
    73627362           && uIntrType != VMX_EXIT_INTERRUPTION_INFO_TYPE_EXT_INT);
     7363    Assert(VMX_EXIT_INTERRUPTION_INFO_IS_VALID(pVmxTransient->uExitIntrInfo));
    73637364
    73647365    if (uIntrType == VMX_EXIT_INTERRUPTION_INFO_TYPE_NMI)
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