- Timestamp:
- Nov 19, 2019 5:46:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r81973 r81974 574 574 575 575 Assert(idxQueue < RT_ELEMENTS(pVirtio->virtqState)); 576 PVIRTQSTATE pVirtq = &pVirtio->virtqState[idxQueue];577 576 578 577 PVIRTIOSGSEG paSegsIn = (PVIRTIOSGSEG)RTMemAlloc(VIRTQ_MAX_SIZE * sizeof(VIRTIOSGSEG));
Note:
See TracChangeset
for help on using the changeset viewer.