VirtualBox

Changeset 37110 in vbox for trunk/src/VBox


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

PGMSavedState.cpp: 2nd 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

    r37107 r37110  
    22202220    AssertLogRelMsgReturn(   PGM_PAGE_GET_TYPE(pPage) == uType
    22212221                          || uType == PGMPAGETYPE_INVALID
    2222                           || (   uType == PGMPAGETYPE_ROM /* kudge for the expanded PXE bios (r67885) - #5687. */
     2222                          /* kudge for the expanded PXE bios (r67885) - #5687: */
     2223                          || (   uType == PGMPAGETYPE_RAM
    22232224                              && GCPhys >= 0xed000
    2224                               && GCPhys <= 0xeffff),
     2225                              && GCPhys <= 0xeffff
     2226                              && PGM_PAGE_GET_TYPE(pPage) == PGMPAGETYPE_ROM)
     2227                          ,
    22252228                          ("pPage=%R[pgmpage] GCPhys=%#x %s\n", pPage, GCPhys, pRam->pszDesc),
    22262229                          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