Changeset 92942 in vbox
- Timestamp:
- Dec 15, 2021 4:35:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp
r92941 r92942 144 144 static int virtioNudgeGuest(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint8_t uCause, uint16_t uVec); 145 145 146 #ifdef LOG_ENABLED 146 147 DECLINLINE(uint16_t) virtioCoreR3CountPendingBufs(uint16_t uRingIdx, uint16_t uShadowIdx, uint16_t uQueueSize) 147 148 { … … 153 154 return uQueueSize - (uRingIdx - uShadowIdx); 154 155 } 156 #endif 155 157 156 158 /** @name Internal queue operations … … 2068 2070 2069 2071 #ifdef LOG_ENABLED 2072 char szOut[80] = { 0 }; 2070 2073 virtioCoreFormatDeviceStatus(pVirtio->fDeviceStatus, szOut, sizeof(szOut)); 2071 2074 #endif
Note:
See TracChangeset
for help on using the changeset viewer.