VirtualBox

Ignore:
Timestamp:
Apr 16, 2025 8:59:36 PM (6 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168536
Message:

VMM,Main: Working on ARM CPU profile support, which is neede/useful for getting info about the host CPU as well. The CPUDBENTRY typedef is used externally by Main, so we can't have two definitions of it, so left the bits that are common to both x86 and ARM in CPUDBENTRY and created sub-structures for each of the two targets/platforms. Also started reworking the VBoxCpuReport tool so we can use it on arm as well (much left to do there, though). jiraref:VBP-1598

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h

    r106061 r109008  
    233233 * Database entry for Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz.
    234234 */
    235 static CPUMDBENTRY const g_Entry_Intel_Xeon_X5482_3_20GHz =
     235static CPUMDBENTRYX86 const g_Entry_Intel_Xeon_X5482_3_20GHz =
    236236{
    237     /*.pszName          = */ "Intel Xeon X5482 3.20GHz",
    238     /*.pszFullName      = */ "Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz",
    239     /*.enmVendor        = */ CPUMCPUVENDOR_INTEL,
     237    {
     238        /*.pszName      = */ "Intel Xeon X5482 3.20GHz",
     239        /*.pszFullName  = */ "Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz",
     240        /*.enmVendor    = */ CPUMCPUVENDOR_INTEL,
     241        /*.enmMicroarch = */ kCpumMicroarch_Intel_Core2_Penryn,
     242        /*.fFlags       = */ 0,
     243        /*.enmEntryType = */ CPUMDBENTRYTYPE_X86,
     244    },
    240245    /*.uFamily          = */ 6,
    241246    /*.uModel           = */ 23,
    242247    /*.uStepping        = */ 6,
    243     /*.enmMicroarch     = */ kCpumMicroarch_Intel_Core2_Penryn,
    244248    /*.uScalableBusFreq = */ CPUM_SBUSFREQ_400MHZ,
    245     /*.fFlags           = */ 0,
    246249    /*.cMaxPhysAddrWidth= */ 38,
    247250    /*.fMxCsrMask       = */ 0xffff,
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