VirtualBox

Ignore:
Timestamp:
May 23, 2019 4:32:11 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Fix PAUSE-loop exiting enabling.

File:
1 edited

Legend:

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

    r78657 r78679  
    30313031
    30323032    /* Enable Pause-Loop exiting. */
    3033     if (   pVM->hm.s.vmx.Msrs.ProcCtls2.n.allowed1 & VMX_PROC_CTLS2_PAUSE_LOOP_EXIT
     3033    if (   (pVM->hm.s.vmx.Msrs.ProcCtls2.n.allowed1 & VMX_PROC_CTLS2_PAUSE_LOOP_EXIT)
    30343034        && pVM->hm.s.vmx.cPleGapTicks
    30353035        && pVM->hm.s.vmx.cPleWindowTicks)
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