Changeset 10356 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 8, 2008 11:34:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r10355 r10356 1190 1190 /* Note the 32 bits exception for AMD (X86_CPUID_AMD_FEATURE_ECX_CR8L), but that appears missing in Intel CPUs */ 1191 1191 /* Note: we can't do this in LoadGuestState as PDMApicGetTPR can jump back to ring 3 (lock). */ 1192 if (pCtx->msrEFER & MSR_K6_EFER_LMA) 1192 if ( pCtx->msrEFER & MSR_K6_EFER_LMA 1193 && pVM->hwaccm.s.vmx.pAPIC) 1193 1194 { 1194 1195 /* TPR caching in CR8 */
Note:
See TracChangeset
for help on using the changeset viewer.