VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage/DrvHostBase.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76404   6 years vboxsync VBox/vmm/pdmnetshaper.h,pdmdev.h: Don't include err.h and assert.h in …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @71807   7 years vboxsync Devices/Storage: Forgot to commit files
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69304   7 years vboxsync Devices/Storage: scm updates
(edit) @67841   7 years vboxsync Devices/Storage: Don't prevent VM startup with an empty host DVD drive …
(edit) @66193   8 years vboxsync pdmstorageifs.h: Return the region number on success too
(edit) @66192   8 years vboxsync VD,pdmstorageifs.h: Move media descriptor related definitions to an …
(edit) @66165   8 years vboxsync DrvHostBase: Implement basic version of the IMEDIA region descriptor API
(edit) @64839   8 years vboxsync Devices/Storage/DrvHostBase: Statistics for common things (request …
(edit) @64407   8 years vboxsync Devices/Storage: Add callback to query the actual transfer size of an …
(edit) @64320   8 years vboxsync Devices/Storage/DrvHost*: Start working on implementing PDMIMEDIAEX …
(edit) @64316   8 years vboxsync Devices/Storage/DrvHost*: Move host dependent members of DRVHOSTBASE …
(edit) @64278   8 years vboxsync Devices/Storage/DrvHost*: Move more host dependent code into the host …
(edit) @64274   8 years vboxsync Devices/Storage: Doxygen fixes
(edit) @64252   8 years vboxsync Devices/Storage/DrvHost*: Move destroying the host specific resources …
(edit) @64251   8 years vboxsync Devices/Storage/DrvHost*: Move the read/write/flush methods to the …
(edit) @64246   8 years vboxsync Devices/Storage/DrvHost*: Move determining the medai size to the host …
(edit) @64239   8 years vboxsync Devices/Storage/DrvHost*: Start separating host dependent code into …
(edit) @64093   8 years vboxsync Storage: Move the NonRotationalMedium property from the devices and …
(edit) @64019   8 years vboxsync Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and …
(edit) @63482   8 years vboxsync Devices: warnings (clang)
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62932   8 years vboxsync Devices: warnings
(edit) @62928   8 years vboxsync Devices: warnings
(edit) @62927   8 years vboxsync Devices: warnings
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62506   8 years vboxsync (C) 2016
(edit) @61231   9 years vboxsync DrvHostBase: warnings/fixes on darwin
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59251   9 years vboxsync Build fix
(edit) @59250   9 years vboxsync Build fix
(edit) @59248   9 years vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @52505   10 years vboxsync DrvHostBase: Provide I/O buffer allocator, fixes crash if a host DVD …
(edit) @51578   10 years vboxsync Mac OS X host: improve support for host optical drives; add support …
(edit) @50695   11 years vboxsync format string fixes
(edit) @49104   11 years vboxsync GetWindowLong => GetWindowLongPtr at several places
(edit) @47036   11 years vboxsync BIOS,DevFdc,DrvBlock: The floppy controller should query the …
(edit) @46625   11 years vboxsync unify casing
(edit) @45061   12 years vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @37780   13 years vboxsync Storage/DrvHostBase: add generic unmount implementation, so that host …
(edit) @37601   13 years vboxsync build fixes
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @36797   14 years vboxsync FreeBSD: Warnings
(edit) @35560   14 years vboxsync PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @25986   15 years vboxsync pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @24008   15 years vboxsync DrvHostBase.cpp: toupper -> RT_C_TO_UPPER.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23739   15 years vboxsync Devices/Storage: fix Solaris breakage introduced with the previous fix …
(edit) @23410   15 years vboxsync Storage/DrvHostBase: solaris - logrel fix.
(edit) @23408   15 years vboxsync Storage/DrvHostBase,DVD: Solaris Host DVD media change fix (public #5077)
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @21691   15 years vboxsync DrvHostBase.cpp: missing macros added by iprt/stdint.h now.
(edit) @21626   15 years vboxsync Devices/Storage/DrvHostBase.cpp: attempt to fix a burn due to a …
(edit) @19974   16 years vboxsync HostDVD/FreeBSD: Take the 64kb limit into account when reading from …
(edit) @19973   16 years vboxsync Host/DVD: Fix non passthrough access on FreeBSD on probably Darwin too.
(edit) @19968   16 years vboxsync HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18440   16 years vboxsync oops.
(edit) @18436   16 years vboxsync DrvHostBase.cpp/h: Grumble. forgot about this bugger.
(edit) @16334   16 years vboxsync DrvHostBase.cpp,DrvHostDVD.cpp: IOKit/scsi-commands/stuff.h -> …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @11287   16 years vboxsync Devices: %Vuuid -> %RTuuid (just preferred, not mandatory (yet))
(edit) @11286   16 years vboxsync Devices: %Vra -> %Rra (just preferred, not mandatory (yet))
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @8579   17 years vboxsync AssertBreakVoid -> AssertBreak
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @6374   17 years vboxsync Squash a few evil TAB characters which have crept in.
(edit) @6291   17 years vboxsync Big virtual disk changeset containing several modifications * remove …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5703   17 years vboxsync Solaris setuid wrapper, in progress.
(edit) @5215   17 years vboxsync names
(edit) @5214   17 years vboxsync typo
(edit) @5212   17 years vboxsync Solaris.
(edit) @5184   17 years vboxsync Solaris.
(edit) @5126   17 years vboxsync Solaris
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette