VirtualBox

Changeset 87839 in vbox


Ignore:
Timestamp:
Feb 23, 2021 7:30:40 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 SSM bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp

    r87838 r87839  
    65156515    AssertRCReturn(rc, rc);
    65166516    Assert(!pThis->ExtFeat.n.u1PprLogOverflowWarn);
     6517
     6518    /* End marker. */
     6519    {
     6520        uint32_t uEndMarker;
     6521        rc = pHlp->pfnSSMGetU32(pSSM, &uEndMarker);
     6522        AssertLogRelMsgRCReturn(rc, ("Failed to read end marker. rc=%Rrc\n", rc), VERR_SSM_DATA_UNIT_FORMAT_CHANGED);
     6523        AssertLogRelMsgReturn(uEndMarker == UINT32_MAX, ("End marker invalid (%#x expected %#x)\n", uEndMarker, UINT32_MAX),
     6524                              rcDataError);
     6525    }
    65176526
    65186527    /** @todo Kick the command thread, anything else to do on restore? */
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