Changeset 87773 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 16, 2021 11:36:15 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142829
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/GIMHvInternal.h
r87766 r87773 1273 1273 /** Synthetic timer count MSR. */ 1274 1274 uint64_t uStimerCountMsr; 1275 /** Timer description. */1276 char szTimerDesc[24];1277 1278 1275 } GIMHVSTIMER; 1279 1276 /** Pointer to per-VCPU Hyper-V synthetic timer. */ -
trunk/src/VBox/VMM/include/TMInternal.h
r87771 r87773 190 190 /** Pointer to the previous timer in the list of all created timers. (TM::pTimers) */ 191 191 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]; 199 194 200 195 #ifdef VBOX_WITH_STATISTICS
Note:
See TracChangeset
for help on using the changeset viewer.