VirtualBox

Changeset 74934 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 19, 2018 3:21:04 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125948
Message:

VMM/IEM: Nested VMX: bugref:9180 Return code fix.

File:
1 edited

Legend:

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

    r74902 r74934  
    60996099                                /* Check premature interrupt-window exiting. */
    61006100                                rc = iemVmxVmentryCheckIntWindowExit(pVCpu, pszInstr);
    6101                                 if (rc == VINF_VMX_INTERCEPT_NOT_ACTIVE)
    6102                                 { /* likely */ }
    6103                                 else if (rc == VINF_VMX_VMEXIT)
    6104                                     return VINF_SUCCESS;
     6101                                if (rc != VINF_VMX_INTERCEPT_NOT_ACTIVE)
     6102                                    return rc;
    61056103
    61066104                                /** @todo NSTVMX: Pending MTF exiting. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette