Changeset 81018 in vbox
- Timestamp:
- Sep 26, 2019 12:33:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r81017 r81018 808 808 Log2Func((" status: %s response: %s\n", 809 809 SCSIStatusText(pRespHdr->uStatus), pszCtrlRespText)); 810 RT_NOREF(pszCtrlRespText); 810 811 811 812 RTSGSEG aReqSegs[2]; … … 934 935 LogFunc(("xfer direction: %s, sense written = %d, sense size = %d\n", 935 936 pszTxDirText, respHdr.uSenseLen, pThis->virtioScsiConfig.uSenseSize)); 937 RT_NOREF(pszTxDirText); 936 938 } 937 939 … … 1226 1228 QUEUENAME(qIdx), pScsiCtrlTmf->uScsiLun, 1227 1229 CBQUEUENAME(qIdx) + 18, "", pszTmfTypeText)); 1228 1230 RT_NOREF(pszTmfTypeText); 1229 1231 switch(pScsiCtrlTmf->uSubtype) 1230 1232 { … … 1328 1330 const char *pszCtrlRespText = virtioGetCtrlRespText(uResponse); 1329 1331 LogFunc(("Response code: %s\n", pszCtrlRespText)); 1332 RT_NOREF(pszCtrlRespText); 1330 1333 virtioQueuePut (pThis->hVirtio, qIdx, &reqSegBuf, pDescChain, true); 1331 1334 virtioQueueSync(pThis->hVirtio, qIdx);
Note:
See TracChangeset
for help on using the changeset viewer.