VirtualBox

Changeset 79801 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 16, 2019 5:58:15 AM (5 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Set the VM-exit instruction length for APIC-access VM-exits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h

    r79756 r79801  
    37873787    /* VM-exit interruption information should not be valid for APIC-access VM-exits. */
    37883788    Assert(!VMX_EXIT_INT_INFO_IS_VALID(pExitEventInfo->uExitIntInfo));
     3789    Assert(pExitInfo->uReason == VMX_EXIT_APIC_ACCESS);
    37893790    iemVmxVmcsSetExitIntInfo(pVCpu, 0);
    37903791    iemVmxVmcsSetExitIntErrCode(pVCpu, 0);
     3792    iemVmxVmcsSetExitInstrLen(pVCpu, pExitInfo->cbInstr);
    37913793    iemVmxVmcsSetIdtVectoringInfo(pVCpu, pExitEventInfo->uIdtVectoringInfo);
    37923794    iemVmxVmcsSetIdtVectoringErrCode(pVCpu, pExitEventInfo->uIdtVectoringErrCode);
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