summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Storage/DrvHostBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Devices/DrvHostBase.cpp: Mark drives as locked only if it actually supports l...vboxsync2021-11-041-2/+4
* VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tab...vboxsync2021-10-201-3/+3
* Devices/Storage: Change the storage drivers to access the CFGM API through th...vboxsync2021-10-201-12/+14
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VBox/vmm/pdmnetshaper.h,pdmdev.h: Don't include err.h and assert.h in the for...vboxsync2018-12-231-0/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-1/+1
* Devices/Storage: Forgot to commit filesvboxsync2018-04-101-0/+7
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Devices/Storage: scm updatesvboxsync2017-10-251-1/+1
* Devices/Storage: Don't prevent VM startup with an empty host DVD drive when a...vboxsync2017-07-061-5/+3
* pdmstorageifs.h: Return the region number on success toovboxsync2017-03-221-2/+4
* VD,pdmstorageifs.h: Move media descriptor related definitions to an extra hea...vboxsync2017-03-221-4/+4
* DrvHostBase: Implement basic version of the IMEDIA region descriptor APIvboxsync2017-03-201-13/+107
* Devices/Storage/DrvHostBase: Statistics for common things (request count, num...vboxsync2016-12-121-0/+133
* Devices/Storage: Add callback to query the actual transfer size of an I/O req...vboxsync2016-10-251-2/+26
* Devices/Storage/DrvHost*: Start working on implementing PDMIMEDIAEX and SCSI ...vboxsync2016-10-191-6/+332
* Devices/Storage/DrvHost*: Move host dependent members of DRVHOSTBASE into a p...vboxsync2016-10-191-954/+120
* Devices/Storage/DrvHost*: Move more host dependent code into the host specifi...vboxsync2016-10-141-1/+8
* Devices/Storage: Doxygen fixesvboxsync2016-10-141-12/+12
* Devices/Storage/DrvHost*: Move destroying the host specific resources to the ...vboxsync2016-10-131-86/+2
* Devices/Storage/DrvHost*: Move the read/write/flush methods to the host speci...vboxsync2016-10-131-59/+8
* Devices/Storage/DrvHost*: Move determining the medai size to the host specifi...vboxsync2016-10-131-75/+1
* Devices/Storage/DrvHost*: Start separating host dependent code into separate ...vboxsync2016-10-131-201/+3
* Storage: Move the NonRotationalMedium property from the devices and SCSI driv...vboxsync2016-09-291-0/+9
* Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and PDMIMEDIA::pfnIoBufFree, ...vboxsync2016-09-261-35/+0
* Devices: warnings (clang)vboxsync2016-08-151-0/+1
* Devices: warnings (clang)vboxsync2016-08-151-6/+11
* @copydoc -> @interface_method_implvboxsync2016-08-041-19/+19
* Devices: warningsvboxsync2016-08-031-1/+1
* Devices: warningsvboxsync2016-08-031-7/+7
* Devices: warningsvboxsync2016-08-031-1/+1
* Use the iprt/win/windows.h wrapper for Windows.hvboxsync2016-07-291-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* DrvHostBase: warnings/fixes on darwinvboxsync2016-05-271-3/+3
* pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, PDMISCSI...vboxsync2016-01-051-0/+1
* Build fixvboxsync2016-01-041-1/+1
* Build fixvboxsync2016-01-041-13/+13
* Storage: Get rid of the block driver and merge the the little extra functiona...vboxsync2016-01-041-91/+62
* DECLCALLBACKvboxsync2015-08-171-1/+1
* *: scm cleanup run.vboxsync2015-08-141-3/+3
* Devices: Updated (C) year.vboxsync2015-06-091-1/+1
* DrvHostBase: Provide I/O buffer allocator, fixes crash if a host DVD drive is...vboxsync2014-08-271-0/+39
* Mac OS X host: improve support for host optical drives; add support for CD an...vboxsync2014-06-091-9/+7