VirtualBox

Changeset 51281 in vbox for trunk


Ignore:
Timestamp:
May 19, 2014 4:28:55 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93747
Message:

VMM/VMMR3: Enable CPUMR3CpuIdInsert().

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/VBox/vmm/cpum.h

    r50590 r51281  
    715715VMMR3DECL(RCPTRTYPE(PCCPUMCPUID)) CPUMR3GetGuestCpuIdDefRCPtr(PVM pVM);
    716716
     717VMMR3DECL(int)              CPUMR3CpuIdInsert(PVM pVM, PCPUMCPUIDLEAF pNewLeaf);
    717718VMMR3DECL(CPUMMICROARCH)    CPUMR3CpuIdDetermineMicroarchEx(CPUMCPUVENDOR enmVendor, uint8_t bFamily,
    718719                                                            uint8_t bModel, uint8_t bStepping);
  • TabularUnified trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r51271 r51281  
    195195                 *     - Toledo:        20F32/JH-E6, 30F72/DH-E6 (single code variant).
    196196                 *     - Manchester:    20FB1/BH-E4, 30FF2/BH-E4.
    197                  *  - 90nm 2nd gen opteron ++, AMD-V introduced (might be missing in some cheeper models):
     197                 *  - 90nm 2nd gen opteron ++, AMD-V introduced (might be missing in some cheaper models):
    198198                 *     - Santa Ana:     40F32/JH-F2, /-F3
    199199                 *     - Santa Rosa:    40F12/JH-F2, 40F13/JH-F3
     
    917917
    918918
    919 #if 0
    920919/**
    921920 * Inserts a CPU ID leaf, replacing any existing ones.
     
    931930    return cpumR3CpuIdInsert(pVM, NULL /* ppaLeaves */, NULL /* pcLeaves */, pNewLeaf);
    932931}
    933 #endif
    934932
    935933
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