VirtualBox

Changeset 53439 in vbox for trunk


Ignore:
Timestamp:
Dec 3, 2014 7:14:52 PM (10 years ago)
Author:
vboxsync
Message:

TMInternal.h: r=bird: TMMODE should be TMTSCMODE.

File:
1 edited

Legend:

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

    r53430 r53439  
    318318
    319319/**
    320  * TM mode.
    321  * The main modes of how TM abstracts time.
     320 * TSC mode.
     321 *
     322 * The main modes of how TM implements the TSC clock (TMCLOCK_TSC).
     323 * @todo r=bird: s/TMMODE/TMTSCMODE/g
    322324 */
    323325typedef enum TMMODE
     
    330332    TMMODE_DYNAMIC
    331333} TMMODE;
     334AssertCompileSize(TMMODE, sizeof(uint32_t));
    332335
    333336
     
    350353    RTUINT                      offVM;
    351354
    352     /** The current timekeeping mode of the VM.
    353      *  Config variable: Mode (string) */
     355    /** The current TSC mode of the VM.
     356     *  Config variable: Mode (string)
     357     * @todo r=bird: s/enmMode/enmTscMode/g */
    354358    TMMODE                      enmMode;
    355359    /** Whether the TSC is tied to the execution of code.
     
    359363     * Config variable: TSCNotTiedToHalt (bool) */
    360364    bool                        fTSCNotTiedToHalt;
    361     /** Alignment. */
     365    /** Alignment padding. */
    362366    bool                        afAlignment0[2];
    363367    /** The ID of the virtual CPU that normally runs the timers. */
     
    384388    /** Virtual timer synchronous time catch-up active. */
    385389    bool volatile               fVirtualSyncCatchUp;
    386     /** Alignment. */
     390    /** Alignment padding. */
    387391    bool                        afAlignment1[1];
    388392    /** WarpDrive percentage.
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