VirtualBox

Changeset 58331 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Oct 20, 2015 11:25:21 AM (9 years ago)
Author:
vboxsync
Message:

VMM/GIM: Saved state bump for MSR based debugging support.

File:
1 edited

Legend:

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

    r58313 r58331  
    944944/**
    945945 * Type of the next reply to be sent to the debug connection of the guest.
     946 *
     947 * @remarks This is saved as part of saved-state, so don't re-order or
     948 *          alter the size!
    946949 */
    947950typedef enum GIMHVDEBUGREPLY
     
    964967    GIMHVDEBUGREPLY_32BIT_HACK = 0x7fff0000
    965968} GIMHVDEBUGREPLY;
    966 AssertCompileSize(GIMHVDEBUGREPLY, 4);
     969AssertCompileSize(GIMHVDEBUGREPLY, sizeof(uint32_t));
    967970
    968971/**
     
    10021005     */
    10031006    /** Guest crash control MSR. */
    1004     uint64_t                    uCrashCtl;
     1007    uint64_t                    uCrashCtlMsr;
    10051008    /** Guest crash parameter 0 MSR. */
    1006     uint64_t                    uCrashP0;
     1009    uint64_t                    uCrashP0Msr;
    10071010    /** Guest crash parameter 1 MSR. */
    1008     uint64_t                    uCrashP1;
     1011    uint64_t                    uCrashP1Msr;
    10091012    /** Guest crash parameter 2 MSR. */
    1010     uint64_t                    uCrashP2;
     1013    uint64_t                    uCrashP2Msr;
    10111014    /** Guest crash parameter 3 MSR. */
    1012     uint64_t                    uCrashP3;
     1015    uint64_t                    uCrashP3Msr;
    10131016    /** Guest crash parameter 4 MSR. */
    1014     uint64_t                    uCrashP4;
     1017    uint64_t                    uCrashP4Msr;
    10151018    /** @} */
    10161019
     
    10461049    bool                        afAlignment0[6];
    10471050    /** The auto IP address last chosen by the guest after failed ARP queries. */
    1048     RTNETADDRIPV4               DbgGuestAddr;
     1051    RTNETADDRIPV4               DbgGuestIp4Addr;
    10491052    /** The action to take while sending replies. */
    10501053    GIMHVDEBUGREPLY             enmDebugReply;
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