Changeset 82237 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Nov 27, 2019 4:15:02 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135052
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r82159 r82237 3775 3775 /* Use TPR shadowing if supported by the CPU. */ 3776 3776 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)) 3778 3778 { 3779 3779 fVal |= VMX_PROC_CTLS_USE_TPR_SHADOW; /* CR8 reads from the Virtual-APIC page. */
Note:
See TracChangeset
for help on using the changeset viewer.