VirtualBox

Changeset 78654 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 22, 2019 10:48:06 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 PAUSE instruction doesn't pass extra info other than the length.

File:
1 edited

Legend:

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

    r78650 r78654  
    36953695
    36963696    if (fIntercept)
    3697     {
    3698         VMXVEXITINFO ExitInfo;
    3699         RT_ZERO(ExitInfo);
    3700         ExitInfo.uReason = VMX_EXIT_PAUSE;
    3701         ExitInfo.cbInstr = cbInstr;
    3702         return iemVmxVmexitInstrWithInfo(pVCpu, &ExitInfo);
    3703     }
     3697        return iemVmxVmexitInstr(pVCpu, VMX_EXIT_PAUSE, cbInstr);
    37043698
    37053699    return VINF_VMX_INTERCEPT_NOT_ACTIVE;
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