VirtualBox

Changeset 86407 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Oct 2, 2020 6:26:15 AM (4 years ago)
Author:
vboxsync
Message:

Fix burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevVirtioNet_1_0.cpp

    r86405 r86407  
    624624        if (cBufsAvailable)
    625625        {
    626             VIRTIOLOGLEVEL10("%s %u empty bufs added to %s by guest (notifying leaf device)\n",
    627                        pThis->szInst, cBufsAvailable, pVirtq->szName);
     626            Log10Func(("%s %u empty bufs added to %s by guest (notifying leaf device)\n",
     627                       pThis->szInst, cBufsAvailable, pVirtq->szName));
    628628            virtioNetWakeupRxBufWaiter(pDevIns);
    629629        }
    630630        else
    631             VIRTIOLOGLEVEL10("%s \n\n***WARNING: %s notified but no empty bufs added by guest! (skip notifying of leaf device)\n\n",
    632                     pThis->szInst, pVirtq->szName);
     631            Log10Func(("%s \n\n***WARNING: %s notified but no empty bufs added by guest! (skip notifying of leaf device)\n\n",
     632                    pThis->szInst, pVirtq->szName));
    633633    }
    634634    else if (IS_TX_VIRTQ(uVirtqNbr) || IS_CTRL_VIRTQ(uVirtqNbr))
     
    639639            if (ASMAtomicReadBool(&pWorker->fSleeping))
    640640            {
    641                 VIRTIOLOGLEVEL10("%s %s has available buffers - waking worker.\n", pThis->szInst, pVirtq->szName);
     641                Log10Func(("%s %s has available buffers - waking worker.\n", pThis->szInst, pVirtq->szName));
    642642
    643643                int rc = PDMDevHlpSUPSemEventSignal(pDevIns, pWorker->hEvtProcess);
     
    646646            else
    647647            {
    648                 VIRTIOLOGLEVEL10("%s %s has available buffers - worker already awake\n", pThis->szInst, pVirtq->szName);
     648                Log10Func(("%s %s has available buffers - worker already awake\n", pThis->szInst, pVirtq->szName));
    649649            }
    650650        }
    651651        else
    652652        {
    653             VIRTIOLOGLEVEL10("%s %s has available buffers - waking worker.\n", pThis->szInst, pVirtq->szName);
     653            Log10Func(("%s %s has available buffers - waking worker.\n", pThis->szInst, pVirtq->szName));
    654654        }
    655655    }
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