VirtualBox

Changeset 82237 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Nov 27, 2019 4:15:02 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135052
Message:

VMM/HMVMXR0: Fix TPR shadow feature check.

File:
1 edited

Legend:

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

    r82159 r82237  
    37753775    /* Use TPR shadowing if supported by the CPU. */
    37763776    if (   PDMHasApic(pVM)
    3777         && pVM->hm.s.vmx.Msrs.ProcCtls.n.allowed1 & VMX_PROC_CTLS_USE_TPR_SHADOW)
     3777        && (pVM->hm.s.vmx.Msrs.ProcCtls.n.allowed1 & VMX_PROC_CTLS_USE_TPR_SHADOW))
    37783778    {
    37793779        fVal |= VMX_PROC_CTLS_USE_TPR_SHADOW;                /* CR8 reads from the Virtual-APIC page. */
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