Changeset 82054 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Nov 20, 2019 8:56:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r82046 r82054 1997 1997 1998 1998 /** @todo Ask aeichner about BIOS-related changes */ 1999 1999 2000 pHlp->pfnSSMGetU32(pSSM, &pThis->cTargets); 2000 2001 … … 2077 2078 2078 2079 /* Save suspended I/O requests */ 2079 /* TODO: Ask aiechner about BIOS-related changes */ 2080 2080 2081 2082 /** @todo Ask aeichner about BIOS-related changes */ 2081 2083 2082 2084 AssertMsg(!pThis->cActiveReqs, ("There are still outstanding requests on this device\n"));
Note:
See TracChangeset
for help on using the changeset viewer.