Changeset 81689 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Nov 6, 2019 12:52:45 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r81680 r81689 2479 2479 2480 2480 pTarget->pMediaNotify = PDMIBASE_QUERY_INTERFACE(pTarget->pDrvBase, PDMIMEDIANOTIFY); 2481 AssertMsgReturn(VALID_PTR(pTarget->pMediaNotify),2482 ("virtio-scsi configuration error: LUN#%u: Failed to get set Media notify obj!\n", iTarget),2483 VERR_PDM_MISSING_INTERFACE);2484 2481 2485 2482 }
Note:
See TracChangeset
for help on using the changeset viewer.