VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27303   15 years vboxsync DrvVD: Not yet
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27232   15 years vboxsync Storage/VBoxHDD+DrvVD: implement framework for providing thread …
(edit) @26916   15 years vboxsync VBoxHDD: introduce new function pointers to the TCP interface for …
(edit) @26289   15 years vboxsync Devices: warnings.
(edit) @26206   15 years vboxsync Don't enable new I/O by default yet
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26147   15 years vboxsync AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(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) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @24746   15 years vboxsync AsyncCompletion: Make it possible to enable the new I/O path with a …
(edit) @24612   15 years vboxsync DrvVD: Added a LoadDone hook for implementing better handling of …
(edit) @24583   15 years vboxsync DrvVD,ConsoleImpl2.cpp: Added a TempReadOnly argument for use on the …
(edit) @23950   15 years vboxsync DrvVD: Fix stupid bug which masks errors while opening a file
(edit) @23194   15 years vboxsync DrvVD.cpp: Fixed file handle leak when taking snapshots.
(edit) @22966   15 years vboxsync Storage: Convert the backends to use the interface for I/O rather than …
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @21806   16 years vboxsync Storage/VBoxHDD: resurrect the facility to dump information about disk …
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   16 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20257   16 years vboxsync minor compiler warnings
(edit) @20181   16 years vboxsync OSE fix
(edit) @20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @18778   16 years vboxsync Storage/DrvVD: don't pass VMSETRTERR_FLAGS_FATAL to …
(edit) @18766   16 years vboxsync Storage/DrvVD: switch to runtime error signalling at the end of driver …
(edit) @18134   16 years vboxsync DrvVD: fix r44820 for the snapshot case
(edit) @18127   16 years vboxsync DrvVD: fail if a VD image was forced to be opened in read-only mode
(edit) @17796   16 years vboxsync OSE: export iSCSI initiator, plus minor ifdef cleanup
(edit) @16984   16 years vboxsync DrvVD.cpp: doxygen comment in code.
(edit) @16873   16 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
(edit) @15592   16 years vboxsync Main & DrvVD: fix a whole bunch of incorrect CFGM key updates, …
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @15156   16 years vboxsync Storage/DrvVD: fix status codes to match the function specs.
(edit) @14780   16 years vboxsync VBoxHDD: simplify config handling. Treat everything as a string, and …
(edit) @14538   16 years vboxsync DrvVD: fix internal networking IP stuff, not available in OSE.
(edit) @14535   16 years vboxsync Device/Storage: fix rc update issue, causing failures for no reason.
(edit) @14526   16 years vboxsync Devices/Storage: iSCSI stuff, including bringing IntNet support back …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13303   16 years vboxsync Storage: Replace the assertions in the construction code with runtime …
(edit) @12892   16 years vboxsync AssertMsgRC
(edit) @12637   16 years vboxsync DrvVD: file header.
(edit) @12474   16 years vboxsync Better fix for not working VMDK's with SATA, a missing define in the …
(edit) @12467   16 years vboxsync Failures because rc is not reset. (#3175)
(edit) @12463   16 years vboxsync Return error in case of failure…
(edit) @11459   16 years vboxsync Storage/DrvVD: warning fix
(edit) @11444   16 years vboxsync Storage/VBoxHDD-new: introduced VD interfaces per image and per …
(edit) @11435   16 years vboxsync Storage: big cleanup of the VD interfaces, especially hide the linked …
(edit) @11287   16 years vboxsync Devices: %Vuuid -> %RTuuid (just preferred, not mandatory (yet))
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11047   17 years vboxsync Storage: Temporary integration of configuration interface.
(edit) @10850   17 years vboxsync Fix invalid pointer to pDrvIns in DrvVD
(edit) @10743   17 years vboxsync Fix crashers when destructing DrVD
(edit) @10715   17 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7277   17 years vboxsync Make the backend type a per-image property and get away from the per …
(edit) @6324   17 years vboxsync Undo accidental VD driver rename, broke VMDK/VHD completely.
(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) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   18 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(copy) @2358   18 years vboxsync New VMDK code.
copied from trunk/src/VBox/Devices/Storage/VmdkHDD.cpp
(edit) @1910   18 years vboxsync warnings
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