Changeset 79801 in vbox for trunk/src/VBox
- Timestamp:
- Jul 16, 2019 5:58:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r79756 r79801 3787 3787 /* VM-exit interruption information should not be valid for APIC-access VM-exits. */ 3788 3788 Assert(!VMX_EXIT_INT_INFO_IS_VALID(pExitEventInfo->uExitIntInfo)); 3789 Assert(pExitInfo->uReason == VMX_EXIT_APIC_ACCESS); 3789 3790 iemVmxVmcsSetExitIntInfo(pVCpu, 0); 3790 3791 iemVmxVmcsSetExitIntErrCode(pVCpu, 0); 3792 iemVmxVmcsSetExitInstrLen(pVCpu, pExitInfo->cbInstr); 3791 3793 iemVmxVmcsSetIdtVectoringInfo(pVCpu, pExitEventInfo->uIdtVectoringInfo); 3792 3794 iemVmxVmcsSetIdtVectoringErrCode(pVCpu, pExitEventInfo->uIdtVectoringErrCode);
Note:
See TracChangeset
for help on using the changeset viewer.