Changeset 81659 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Nov 4, 2019 8:40:41 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r81658 r81659 215 215 } 216 216 217 #ifdef LOG_ENABLED 217 218 DECLINLINE(uint16_t) virtioReadUsedRingIdx(PVIRTIOSTATE pVirtio, uint16_t idxQueue) 218 219 { … … 224 225 return uIdx; 225 226 } 227 #endif 226 228 227 229 DECLINLINE(uint16_t) virtioReadUsedFlags(PVIRTIOSTATE pVirtio, uint16_t idxQueue)
Note:
See TracChangeset
for help on using the changeset viewer.