VirtualBox

Changeset 102875 in vbox for trunk


Ignore:
Timestamp:
Jan 15, 2024 12:52:45 PM (12 months ago)
Author:
vboxsync
Message:

Devices/VirtIO: More verbose logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp

    r102827 r102875  
    857857            if (ASMAtomicIncU32(&s_cMessages) == ASMAtomicReadU32(&s_cThreshold))
    858858            {
    859                 LogRelMax(64, ("Too many linked descriptors; check if the guest arranges descriptors in a loop.\n"));
     859                LogRelMax(64, ("Too many linked descriptors; check if the guest arranges descriptors in a loop (cSegsIn=%u cSegsOut=%u uQueueSize=%u).\n",
     860                               cSegsIn, cSegsOut, pVirtq->uQueueSize));
    860861                if (ASMAtomicReadU32(&s_cMessages) != 1)
    861862                    LogRelMax(64, ("(the above error has occured %u times so far)\n", ASMAtomicReadU32(&s_cMessages)));
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