- Timestamp:
- Dec 15, 2021 4:20:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp
r92940 r92941 1118 1118 PVIRTQUEUE pVirtq = &pVirtio->aVirtqueues[uVirtq]; 1119 1119 1120 Log6Func(("%s: (desc chains: %u)\n", pVirtq->szName ? pVirtq->szName : "?UNAMED QUEUE?",1120 Log6Func(("%s: (desc chains: %u)\n", *pVirtq->szName ? pVirtq->szName : "?UNAMED QUEUE?", 1121 1121 virtioCoreVirtqAvailCnt(pDevIns, pVirtio, pVirtq))); 1122 1122 … … 2067 2067 AssertRCReturn(rc, rc); 2068 2068 2069 char szOut[80] = { 0 };2070 2069 #ifdef LOG_ENABLED 2071 2070 virtioCoreFormatDeviceStatus(pVirtio->fDeviceStatus, szOut, sizeof(szOut));
Note:
See TracChangeset
for help on using the changeset viewer.