Changeset 104131 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 3, 2024 8:02:36 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/TMInternal.h
r98103 r104131 478 478 /** Virtual timer synchronous time catch-up active. */ 479 479 bool volatile fVirtualSyncCatchUp; 480 /** Alignment padding. */481 bool afAlignment1[1];480 /** The multiplier for TSC. */ 481 uint8_t u8TSCMultiplier; 482 482 /** WarpDrive percentage. 483 483 * 100% is normal (fVirtualSyncNormal == true). When other than 100% we apply
Note:
See TracChangeset
for help on using the changeset viewer.