VirtualBox

Changeset 87970 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 5, 2021 10:56:12 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143078
Message:

Audio/HDA: Changed LogRel() statements in hdaR3StreamSetUp() being LogRelMax(32, ...) to avoid log flooding by erroneous guest drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/HDAStream.cpp

    r87969 r87970  
    510510                     *        just the minimum.  Ignoring this for now as windows has two equal
    511511                     *        sized buffers both with IOC set. */
    512                     LogRel(("HDA: Uneven IRQ buffer config; i=%u cbCur=%#x cbMin=%#x.\n", i, cbTransferHeuristicsCur, cbTransferHeuristics));
     512                    LogRelMax(32, ("HDA: Uneven IRQ buffer config; i=%u cbCur=%#x cbMin=%#x.\n", i, cbTransferHeuristicsCur, cbTransferHeuristics));
    513513                    cbTransferHeuristics = RT_MIN(cbTransferHeuristicsCur, cbTransferHeuristics);
    514514                }
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