VirtualBox

Changeset 92942 in vbox


Ignore:
Timestamp:
Dec 15, 2021 4:35:30 PM (3 years ago)
Author:
vboxsync
Message:

Fix burns (4)

File:
1 edited

Legend:

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

    r92941 r92942  
    144144static int  virtioNudgeGuest(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint8_t uCause, uint16_t uVec);
    145145
     146#ifdef LOG_ENABLED
    146147DECLINLINE(uint16_t) virtioCoreR3CountPendingBufs(uint16_t uRingIdx, uint16_t uShadowIdx, uint16_t uQueueSize)
    147148{
     
    153154    return uQueueSize - (uRingIdx - uShadowIdx);
    154155}
     156#endif
    155157
    156158/** @name Internal queue operations
     
    20682070
    20692071#ifdef LOG_ENABLED
     2072    char szOut[80] = { 0 };
    20702073    virtioCoreFormatDeviceStatus(pVirtio->fDeviceStatus, szOut, sizeof(szOut));
    20712074#endif
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