VirtualBox

Changeset 24039 in vbox for trunk/src


Ignore:
Timestamp:
Oct 23, 2009 2:18:09 PM (15 years ago)
Author:
vboxsync
Message:

DevE1000.cpp: Enable the new saved state version (2) that includes config and the EEPROM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r24020 r24039  
    812812
    813813/** The current Saved state version. */
    814 #define E1K_SAVEDSTATE_VERSION          1 /* 2 - FIXME */
     814#define E1K_SAVEDSTATE_VERSION          2
    815815/** Saved state version for VirtualBox 3.0 and earlier.
    816816 * This did not include the configuration part nor the E1kEEPROM.  */
     
    44954495    E1KSTATE* pState = PDMINS_2_DATA(pDevIns, E1KSTATE*);
    44964496
    4497 #if 0 /** @todo FIXME: enable when bumping the version. */
    44984497    e1kSaveConfig(pState, pSSM);
    44994498    pState->eeprom.save(pSSM);
    4500 #endif
    45014499    e1kDumpState(pState);
    45024500    SSMR3PutMem(pSSM, pState->auRegs, sizeof(pState->auRegs));
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