VirtualBox

Changeset 37107 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 16, 2011 3:11:58 PM (14 years ago)
Author:
vboxsync
Message:

PGMSavedState.cpp: Attempt at working around the PXE ROM issue when loading a state saved by 3.0 with 4.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp

    r36891 r37107  
    22192219     */
    22202220    AssertLogRelMsgReturn(   PGM_PAGE_GET_TYPE(pPage) == uType
    2221                           || uType == PGMPAGETYPE_INVALID,
     2221                          || uType == PGMPAGETYPE_INVALID
     2222                          || (   uType == PGMPAGETYPE_ROM /* kudge for the expanded PXE bios (r67885) - #5687. */
     2223                              && GCPhys >= 0xed000
     2224                              && GCPhys <= 0xeffff),
    22222225                          ("pPage=%R[pgmpage] GCPhys=%#x %s\n", pPage, GCPhys, pRam->pszDesc),
    22232226                          VERR_SSM_UNEXPECTED_DATA);
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