VirtualBox

Changeset 71691 in vbox


Ignore:
Timestamp:
Apr 5, 2018 4:58:08 PM (7 years ago)
Author:
vboxsync
Message:

VMMDev: move VMMDEV_SAVED_STATE_VERSION defines to the header file

Location:
trunk/src/VBox/Devices/VMMDev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r70607 r71691  
    143143           && RT_LOWORD(additionsVersion) >  RT_LOWORD(VMMDEV_VERSION) ) )
    144144
    145 /** The saved state version. */
    146 #define VMMDEV_SAVED_STATE_VERSION                              VMMDEV_SAVED_STATE_VERSION_HEARTBEAT
    147 /** The saved state version with heartbeat state. */
    148 #define VMMDEV_SAVED_STATE_VERSION_HEARTBEAT                    16
    149 /** The saved state version without heartbeat state. */
    150 #define VMMDEV_SAVED_STATE_VERSION_NO_HEARTBEAT                 15
    151 /** The saved state version which is missing the guest facility statuses. */
    152 #define VMMDEV_SAVED_STATE_VERSION_MISSING_FACILITY_STATUSES    14
    153 /** The saved state version which is missing the guestInfo2 bits. */
    154 #define VMMDEV_SAVED_STATE_VERSION_MISSING_GUEST_INFO_2         13
    155 /** The saved state version used by VirtualBox 3.0.
    156  *  This doesn't have the config part. */
    157 #define VMMDEV_SAVED_STATE_VERSION_VBOX_30                      11
    158145/** Default interval in nanoseconds between guest heartbeats.
    159146 *  Used when no HeartbeatInterval is set in CFGM and for setting
  • trunk/src/VBox/Devices/VMMDev/VMMDevState.h

    r70872 r71691  
    397397void VMMDevCtlSetGuestFilterMask(VMMDEV *pVMMDevState, uint32_t u32OrMask, uint32_t u32NotMask);
    398398
     399/** The saved state version. */
     400#define VMMDEV_SAVED_STATE_VERSION                              VMMDEV_SAVED_STATE_VERSION_HEARTBEAT
     401/** The saved state version with heartbeat state. */
     402#define VMMDEV_SAVED_STATE_VERSION_HEARTBEAT                    16
     403/** The saved state version without heartbeat state. */
     404#define VMMDEV_SAVED_STATE_VERSION_NO_HEARTBEAT                 15
     405/** The saved state version which is missing the guest facility statuses. */
     406#define VMMDEV_SAVED_STATE_VERSION_MISSING_FACILITY_STATUSES    14
     407/** The saved state version which is missing the guestInfo2 bits. */
     408#define VMMDEV_SAVED_STATE_VERSION_MISSING_GUEST_INFO_2         13
     409/** The saved state version used by VirtualBox 3.0.
     410 *  This doesn't have the config part. */
     411#define VMMDEV_SAVED_STATE_VERSION_VBOX_30                      11
     412
    399413#endif /* !___VMMDev_VMMDevState_h */
    400414
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