VirtualBox

Changeset 12972 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 3, 2008 1:08:29 PM (16 years ago)
Author:
vboxsync
Message:

APIC versioning in features interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r12971 r12972  
    11591159       /*
    11601160        * Set the x2APIC bit in the standard feature mask.
    1161          */
     1161        */
    11621162        case CPUMCPUIDFEATURE_X2APIC:
    11631163            if (pVM->cpum.s.aGuestCpuIdStd[0].eax >= 1)
     
    13401340                pVM->cpum.s.aGuestCpuIdExt[1].edx &= ~X86_CPUID_AMD_FEATURE_EDX_APIC;
    13411341            Log(("CPUMSetGuestCpuIdFeature: Disabled APIC\n"));
     1342            break;
     1343
     1344        /*
     1345         * Clear the x2APIC bit in the standard feature mask.
     1346         */
     1347        case CPUMCPUIDFEATURE_X2APIC:
     1348            if (pVM->cpum.s.aGuestCpuIdStd[0].eax >= 1)
     1349                pVM->cpum.s.aGuestCpuIdStd[1].ecx &= ~X86_CPUID_FEATURE_ECX_X2APIC;
     1350            LogRel(("CPUMSetGuestCpuIdFeature: Disabled x2APIC\n"));
    13421351            break;
    13431352
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