Changeset 39091 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- Oct 24, 2011 1:58:22 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio.h
r33325 r39091 312 312 DECLINLINE(bool) vqueueIsReady(PVPCISTATE pState, PVQUEUE pQueue) 313 313 { 314 NOREF(pState); 314 315 return !!pQueue->VRing.addrAvail; 315 316 }
Note:
See TracChangeset
for help on using the changeset viewer.