VirtualBox

Changeset 101401 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 10, 2023 1:14:25 PM (16 months ago)
Author:
vboxsync
Message:

CPUID: Removed extra zeros from comments that made it harder to find relevant code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r101087 r101401  
    22102210    /* Cpuid 0x80000002...0x80000004 contains the processor name and is considered harmless. */
    22112211
    2212     /* Cpuid 0x800000005 & 0x800000006 contain information about L1, L2 & L3 cache and TLB identifiers.
     2212    /* Cpuid 0x80000005 & 0x80000006 contain information about L1, L2 & L3 cache and TLB identifiers.
    22132213     * Safe to pass on to the guest.
    22142214     *
    2215      * AMD:   0x800000005 L1 cache information
    2216      *        0x800000006 L2/L3 cache information
    2217      * Intel: 0x800000005 reserved
    2218      *        0x800000006 L2 cache information
    2219      * VIA:   0x800000005 TLB and L1 cache information
    2220      *        0x800000006 L2 cache information
    2221      */
    2222 
    2223     /* Cpuid 0x800000007: Advanced Power Management Information.
     2215     * AMD:   0x80000005 L1 cache information
     2216     *        0x80000006 L2/L3 cache information
     2217     * Intel: 0x80000005 reserved
     2218     *        0x80000006 L2 cache information
     2219     * VIA:   0x80000005 TLB and L1 cache information
     2220     *        0x80000006 L2 cache information
     2221     */
     2222
     2223    /* Cpuid 0x80000007: Advanced Power Management Information.
    22242224     * AMD:   EAX: Processor feedback capabilities.
    22252225     *        EBX: RAS capabilites.
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