VirtualBox

Changeset 87773 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Feb 16, 2021 11:36:15 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142829
Message:

VMM/TM,Devices: Store the timer name in the TMTIMER structure and limit it to 31 characters. Shortened most timer names. bugref:9943

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/GIMHvInternal.h

    r87766 r87773  
    12731273    /** Synthetic timer count MSR. */
    12741274    uint64_t                    uStimerCountMsr;
    1275     /** Timer description. */
    1276     char                        szTimerDesc[24];
    1277 
    12781275} GIMHVSTIMER;
    12791276/** Pointer to per-VCPU Hyper-V synthetic timer. */
  • trunk/src/VBox/VMM/include/TMInternal.h

    r87771 r87773  
    190190    /** Pointer to the previous timer in the list of all created timers. (TM::pTimers) */
    191191    PTMTIMERR3              pBigPrev;
    192 //    /** The timer name. */
    193 //    char                    szName[32]
    194     /** Pointer to the timer description. */
    195     R3PTRTYPE(const char *) pszDesc;
    196 #if HC_ARCH_BITS == 32
    197     uint32_t                padding0; /**< pad structure to multiple of 8 bytes. */
    198 #endif
     192    /** The timer name. */
     193    char                    szName[32];
    199194
    200195#ifdef VBOX_WITH_STATISTICS
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