VirtualBox

Changeset 54214 in vbox for trunk/include


Ignore:
Timestamp:
Feb 16, 2015 11:08:27 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98278
Message:

HostDrivers/Support, testcase, TM: Add fTscDeltasRoughlyInSync.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r54201 r54214  
    332332     *  CPUs. */
    333333    bool                fOsTscDeltasInSync;
    334     uint8_t             au8Padding0[3];
     334    /** Whether the TSC deltas are small enough to not bother applying. */
     335    bool                fTscDeltasRoughlyInSync;
     336    uint8_t             au8Padding0[2];
    335337
    336338    /** Padding / reserved space for future data. */
  • trunk/include/VBox/sup.mac

    r53800 r54214  
    6868    .idCpuMax                   resd 1
    6969    .fOsTscDeltasInSync         resb 1
    70     .au8Padding0                resb 3
     70    .fTscDeltasRoughlyInSync    resb 1
     71    .au8Padding0                resb 2
    7172    .au32Padding1               resd 26
    7273    .aiCpuFromApicId            resw 256
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