VirtualBox

Changeset 10356 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 8, 2008 11:34:38 AM (16 years ago)
Author:
vboxsync
Message:

Safety precaution

File:
1 edited

Legend:

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

    r10355 r10356  
    11901190    /* Note the 32 bits exception for AMD (X86_CPUID_AMD_FEATURE_ECX_CR8L), but that appears missing in Intel CPUs */
    11911191    /* 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)
    11931194    {
    11941195        /* TPR caching in CR8 */
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