Changeset 84355 in vbox
- Timestamp:
- May 19, 2020 6:20:44 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r84354 r84355 702 702 #endif /* LOG_ENABLED */ 703 703 704 705 /* @todo Figure out how to implement this with R0 changes. Not used by current linux driver */ 706 #if 0 704 707 static int virtioScsiR3SendEvent(PPDMDEVINS pDevIns, PVIRTIOSCSI pThis, uint16_t uTarget, uint32_t uEventType, uint32_t uReason) 705 708 { … … 782 785 return rc; 783 786 } 787 #endif 784 788 785 789 /** Internal worker. */
Note:
See TracChangeset
for help on using the changeset viewer.