Changeset 98661 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Feb 20, 2023 4:31:14 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp
r98103 r98661 1049 1049 * Place used buffer's descriptor in used ring but don't update used ring's slot index. 1050 1050 * That will be done with a subsequent client call to virtioCoreVirtqUsedRingSync() 1051 * 1052 * @todo r=aeichner: The increment of the shadow index is not atomic but this code can be called 1053 * concurrently!! 1051 1054 */ 1052 1055 virtioWriteUsedElem(pDevIns, pVirtio, pVirtq, pVirtq->uUsedIdxShadow++, pVirtqBuf->uHeadIdx, (uint32_t)cbTotal);
Note:
See TracChangeset
for help on using the changeset viewer.