VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9734   17 years vboxsync Extended the interface with backends to support time stamps and …
(edit) @9599   17 years vboxsync Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition …
(edit) @9572   17 years vboxsync IDE: Make SCO OpenServer disk detection work
(edit) @9566   17 years vboxsync Fix condition once more.
(edit) @9565   17 years vboxsync Fix incorrect check verifying disk type. Also make the API for getting …
(edit) @9560   17 years vboxsync Straighten handling of image types in the generic code. Also cleanup …
(edit) @9528   17 years vboxsync fixes in setparentuuid and read/write to support diff images.
(edit) @9490   17 years vboxsync warnings
(edit) @9418   17 years vboxsync VHD creation/deletion code as well as create/write/close/open/read …
(edit) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9330   17 years vboxsync More PCI config register setters.
(edit) @9264   17 years vboxsync Changed pseudo random generator initialization to use a single 32-bit …
(edit) @9263   17 years vboxsync Small fix in VDI backend, writes exceeding a block boundary were truncated.
(edit) @9262   17 years vboxsync VDMerge testcase with pseudo random writes.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9084   17 years vboxsync Fix for 64-bit win builds: char* to const char* conversion.
(edit) @9071   17 years vboxsync New internal command 'renamevmdk' in VBoxManage with corresponding …
(edit) @9047   17 years vboxsync Partially implemented rename vmdk api call.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8708   17 years vboxsync Just do the simple 30 second wait for each worker thread. There …
(edit) @8703   17 years vboxsync typo
(edit) @8676   17 years vboxsync Again, 3ms + VERR_TIMEOUT. Added a new assertions w/ more info. (If it …
(edit) @8594   17 years vboxsync AssertPtrBreakVoid -> AssertPtrBreak.
(edit) @8579   17 years vboxsync AssertBreakVoid -> AssertBreak
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8565   17 years vboxsync AssertMsgBreak -> AssertMsgBreakStmt.
(edit) @8541   17 years vboxsync Why do I keep hitting this assertion?!? 3ms and bang. Added more info.
(edit) @8529   17 years vboxsync Unlock media on VM reset.
(edit) @8512   17 years vboxsync Disabled file locking for windows hosts. Open read/write file in …
(edit) @8509   17 years vboxsync Fixed reversed parameter check creating VMDK. Harmless, as it caused …
(edit) @8374   17 years vboxsync AHCI: Remove temporary buffer, map the pages of the guest in R3 and …
(edit) @8297   17 years vboxsync Make the vmdk format error checking tighter and fix an annoying gcc …
(edit) @8248   17 years vboxsync More VD testcases.
(edit) @8229   17 years vboxsync Opening a monolithic sparse VMDK was lacking the initialization of the …
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8132   17 years vboxsync more rebranding
(edit) @8017   17 years vboxsync Solaris hostdvd: attempt to better mediachanged detection.
(edit) @8015   17 years vboxsync VMDK: Fix a really nasty and indirect bug when creating split sparse …
(edit) @7981   17 years vboxsync VMDK: added missing bit for optimizing away writes with the same data …
(edit) @7967   17 years vboxsync VBoxHDD-new: Fix incorrect error handling (causing a crash) and an …
(edit) @7900   17 years vboxsync Fix generic image merging code (make the appropriate images writable …
(edit) @7897   17 years vboxsync Clarify meaning of the "suppress allocating write" VD flag.
(edit) @7896   17 years vboxsync Fix VMDK image debug dump.
(edit) @7895   17 years vboxsync Add a VD testcase based loosely on the VDI testcase. To be improved.
(edit) @7894   17 years vboxsync VDI: Skip flushing the image if the open wasn't successful.
(edit) @7846   17 years vboxsync VMDK: when changing key=value pairs, skip over the =.
(edit) @7824   17 years vboxsync Fix assertion
(edit) @7780   17 years vboxsync Add function to query all available VD backends, together with their …
(edit) @7754   17 years vboxsync More info on this ataDestruct assertion.
(edit) @7690   17 years vboxsync Integrate contributed code to implement VDCopy function in VBoxHDD-new.
(edit) @7689   17 years vboxsync Integrate contributed code to rename a VDI file.
(edit) @7654   17 years vboxsync Implement raw file backend for VBoxHDD-new.
(edit) @7653   17 years vboxsync Fix senseless code in VMDK comment handling.
(edit) @7652   17 years vboxsync Tiny validity check and comment cleanup in new VDI implementation.
(edit) @7636   17 years vboxsync oops.
(edit) @7630   17 years vboxsync Keep hitting the assertion in the wait code. Attempt to improve this …
(edit) @7580   17 years vboxsync Fix error handling memory leak. And change incorrect macro naming.
(edit) @7576   17 years vboxsync File open cache (important for windows raw partition access), quoting …
(edit) @7575   17 years vboxsync eliminate tabs
(edit) @7281   17 years vboxsync Accept PCHS=0/0/0 when creating images. Will be fixed when the image …
(edit) @7277   17 years vboxsync Make the backend type a per-image property and get away from the per …
(edit) @7275   17 years vboxsync Silly bug in the new VDI creation code.
(edit) @7232   17 years vboxsync Get rid of the no longer needed hacky wait for the async I/O threads …
(edit) @7231   17 years vboxsync Fixed a couple of long-standing thinkos (one can't just add shift …
(edit) @7199   17 years vboxsync Fixed assorted nasty bugs introduced by the previous big cleanup. And …
(edit) @7161   17 years vboxsync typo
(edit) @7160   17 years vboxsync Hook up the new VDI backend to VBoxHDD-new.
(edit) @7159   17 years vboxsync Added VBoxHDD-new VDI backend. Untested, but harmless as the code …
(edit) @7158   17 years vboxsync Various size_t related 64bit cleanness fixes in the VDI code.
(edit) @7157   17 years vboxsync Make 100% sure the sector number won't ever overflow 32 bits.
(edit) @7156   17 years vboxsync Fixed broken build caused by non-standard compliant vcc header files.
(edit) @7155   17 years vboxsync Huge cleanup/error checking/logging improvement of the VMDK code. …
(edit) @7152   17 years vboxsync Preparations for implementing a VBoxHDD-new based VDI backend. Clean …
(edit) @7151   17 years vboxsync Increase the ATA async thread termination timeout to 5 seconds. …
(edit) @7107   17 years vboxsync cosmetics.
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @7070   17 years vboxsync Fix open flag in raw partition vmdk creation.
(edit) @7060   17 years vboxsync Fix incorrect use of RTGCPHYS in DevATA. All this is 32bit only.
(edit) @7058   17 years vboxsync Added (disabled) instrumentation for measuring the time DMA writes to …
(edit) @7043   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @6987   17 years vboxsync VDI / VMDK: Added RTFILE_O_NOT_CONTENT_INDEXED for disk image creation.
(edit) @6960   17 years vboxsync Fixed too aggressive checking of LCHS geometry values. Triggered an …
(edit) @6891   17 years vboxsync cosmetics.
(edit) @6889   17 years vboxsync better fix for r28020
(edit) @6888   17 years vboxsync fixed r28020
(edit) @6877   17 years vboxsync floppy: fixed error message if the floppy device cannot be found
(edit) @6864   17 years vboxsync VBoxHDD-new: The size argument of RTDirRead must be initialized if not …
(edit) @6735   17 years vboxsync Move RTLdrClose inside the if so that it is only called if RTLdrLoad …
(edit) @6678   17 years vboxsync fix L4 build of tstVDI
(edit) @6677   17 years vboxsync forward port from 1.5: build vditool for Linux if BUILD_TYPE=l4
(edit) @6609   17 years vboxsync ATA: BytesRead + BytesWritten are needed for the statistics window
(edit) @6481   17 years vboxsync vdi: when creating a fixed-size image, check for available space …
(edit) @6472   17 years vboxsync vdi: fill fixed-size images with zeros during creation
(edit) @6468   17 years vboxsync Use $(LIB_DDU) instead of VBoxDDU$(VBOX_SUFF...).
(edit) @6374   17 years vboxsync Squash a few evil TAB characters which have crept in.
(edit) @6363   17 years vboxsync Fix compatibility issues with VDIs being used both by VBox version …
(edit) @6331   17 years vboxsync cosmetics
(edit) @6330   17 years vboxsync OSE
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