Changeset 84468 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- May 23, 2020 7:17:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r84391 r84468 851 851 852 852 virtioCoreR3QueuePut(pDevIns, &pThis->Virtio, qIdx, &ReqSgBuf, pDescChain, true /* fFence */); 853 virtioCoreQueueSync(pDevIns, &pThis->Virtio, qIdx , false);853 virtioCoreQueueSync(pDevIns, &pThis->Virtio, qIdx); 854 854 855 855 if (!ASMAtomicDecU32(&pThis->cActiveReqs) && pThisCC->fQuiescing) … … 1040 1040 1041 1041 virtioCoreR3QueuePut(pDevIns, &pThis->Virtio, pReq->qIdx, &ReqSgBuf, pReq->pDescChain, true /* fFence TBD */); 1042 virtioCoreQueueSync(pDevIns, &pThis->Virtio, pReq->qIdx , false);1042 virtioCoreQueueSync(pDevIns, &pThis->Virtio, pReq->qIdx); 1043 1043 1044 1044 Log2(("-----------------------------------------------------------------------------------------\n")); … … 1525 1525 1526 1526 virtioCoreR3QueuePut(pDevIns, &pThis->Virtio, qIdx, &ReqSgBuf, pDescChain, true /*fFence*/); 1527 virtioCoreQueueSync(pDevIns, &pThis->Virtio, qIdx , false);1527 virtioCoreQueueSync(pDevIns, &pThis->Virtio, qIdx); 1528 1528 1529 1529 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.