VirtualBox

Changeset 57733 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Sep 14, 2015 11:40:21 AM (9 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Remove obsolete/wrong assertion.

File:
1 edited

Legend:

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

    r57562 r57733  
    68796879    }
    68806880
    6881     /* Clear the pending event from the VMCS. */
    6882 #ifdef VBOX_STRICT
    6883     uint32_t u32EntryInfo;
    6884     rc = VMXReadVmcs32(VMX_VMCS32_CTRL_ENTRY_INTERRUPTION_INFO, &u32EntryInfo);
    6885     AssertRC(rc);
    6886     Assert(VMX_ENTRY_INTERRUPTION_INFO_IS_VALID(u32EntryInfo));
    6887 #endif
     6881    /* Clear any pending events from the VMCS. */
    68886882    rc = VMXWriteVmcs32(VMX_VMCS32_CTRL_ENTRY_INTERRUPTION_INFO, 0);        AssertRC(rc);
    68896883    rc = VMXWriteVmcs32(VMX_VMCS_GUEST_PENDING_DEBUG_EXCEPTIONS, 0);        AssertRC(rc);
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