VirtualBox

Changeset 78640 in vbox for trunk/src


Ignore:
Timestamp:
May 21, 2019 4:20:56 PM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 IEMExecVmxVmexitTaskSwitch takes care of figuring out which info. to use, caller can just pass everything.

File:
1 edited

Legend:

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

    r78639 r78640  
    1276012760            rc    |= hmR0VmxReadExitInstrLenVmcs(pVmxTransient);
    1276112761            rc    |= hmR0VmxReadIdtVectoringInfoVmcs(pVmxTransient);
    12762             if (VMX_IDT_VECTORING_INFO_IS_VALID(pVmxTransient->uIdtVectoringInfo))
    12763                 rc |= hmR0VmxReadIdtVectoringErrorCodeVmcs(pVmxTransient);
    12764             else
    12765             {
    12766                 pVmxTransient->uIdtVectoringInfo      = 0;
    12767                 pVmxTransient->uIdtVectoringErrorCode = 0;
    12768             }
     12762            rc    |= hmR0VmxReadIdtVectoringErrorCodeVmcs(pVmxTransient);
    1276912763            AssertRCReturn(rc, rc);
    1277012764
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