VirtualBox

Changeset 87894 in vbox


Ignore:
Timestamp:
Mar 1, 2021 7:45:17 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

    r87893 r87894  
    63056305        uint16_t const uMaxSegSize = g_auDevTabSegMaxSizes[i];
    63066306        AssertLogRelMsgReturn(uSegSize <= uMaxSegSize,
    6307                               ("Device table segment size invalid %u (max %u)\n", uSegSize, uMaxSegSize), rcErr);
     6307                              ("Device table [%u] segment size invalid %u (max %u)\n", i, uSegSize, uMaxSegSize), rcErr);
    63086308    }
    63096309
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