Changeset 68591 in vbox
- Timestamp:
- Aug 31, 2017 1:05:12 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117809
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r66250 r68591 3113 3113 LogFlowFunc(("pThis=%#p pIoReq=%#p cb=%zu\n", pThis, pIoReq, cb)); 3114 3114 3115 /** @todo: This does not work at all with encryption enabled because the encryption plugin 3116 * encrypts the data in place trashing guest memory and causing data corruption later on! 3117 * 3118 * DO NOT ENABLE UNLESS YOU WANT YOUR DATA SHREDDED!!! 3119 */ 3120 #if 0 3115 3121 if ( cb == _4K 3116 3122 && pThis->pDrvMediaExPort->pfnIoReqQueryBuf) … … 3134 3140 } 3135 3141 } 3142 #endif 3136 3143 3137 3144 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.