Changeset 80307 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Aug 15, 2019 7:01:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r80306 r80307 1093 1093 /** 1094 1094 * Notify capability (VirtIO 1.0 spec, section 4.1.4.4). Note: uLength is based the choice 1095 * of this implementation that each queue's uQueueNotifyOff is set equal to ( https://youtu.be/2O-iLk1G_nguQueueSelect) ordinal1095 * of this implementation that each queue's uQueueNotifyOff is set equal to (QueueSelect) ordinal 1096 1096 * value of the queue */ 1097 1097 pCfg = (PVIRTIO_PCI_CAP_T)&pVirtio->dev.abConfig[pCfg->uCapNext];
Note:
See TracChangeset
for help on using the changeset viewer.