VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64132   8 years vboxsync VSCSI: Add method to eject media from the guest and make use of it in …
(edit) @64093   8 years vboxsync Storage: Move the NonRotationalMedium property from the devices and …
(edit) @64087   8 years vboxsync AHCI: Fix support for encrypted disks
(edit) @64079   8 years vboxsync DrvSCSI: Very basic implementation of PDMIMEDIAEX (work in progress)
(edit) @64078   8 years vboxsync PDMIMEDIAEX: Add parameter to pfnIoReqSendScsiCmd to indicate where to …
(edit) @64065   8 years vboxsync build fix
(edit) @64064   8 years vboxsync VSCSI: Port missing commands over from the AHCI controller
(edit) @64037   8 years vboxsync DrvVD: Revert unintended change (probably harmless)
(edit) @64036   8 years vboxsync AHCI: Free the request before notifying the guest about the completion …
(edit) @64030   8 years vboxsync AHCI,DrvSCSI: Undo the hack now that the bug is fixed
(edit) @64029   8 years vboxsync Storage/DrvVD: Don't recurse into trying to allocate I/O buffers again …
(edit) @64028   8 years vboxsync SCSI: Same workaround as for AHCI
(edit) @64026   8 years vboxsync AHCI: Temporary workaround to make the testboxes happy until the bug …
(edit) @64025   8 years vboxsync Storage/DrvVD: Assertions + and honor the sync flag for I/O requests
(edit) @64022   8 years vboxsync AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
(edit) @64021   8 years vboxsync AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
(edit) @64020   8 years vboxsync AHCI: Must duplicate the request structure when saving the request for …
(edit) @64019   8 years vboxsync Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and …
(edit) @64018   8 years vboxsync AHCI: Remove allocating I/O buffers on our own and let the provider of …
(edit) @64016   8 years vboxsync AHCI: Remove tsStart from the request structure as the functionaliyt …
(edit) @64015   8 years vboxsync AHCI: Remove trim related structures from the request structure and …
(edit) @64009   8 years vboxsync AHCI: Get rid of enmTxState in the request structure is the request …
(edit) @64008   8 years vboxsync AHCI: Store the error and status bits in the FIS directly and remove …
(edit) @64005   8 years vboxsync DrvVD: Logging for discard requests in the error case too
(edit) @64004   8 years vboxsync oops
(edit) @64003   8 years vboxsync AHCI: Unused variable
(edit) @64002   8 years vboxsync Devices/Storage: Throw out PDMIMEDIAASYNC which is superseded by …
(edit) @64001   8 years vboxsync AHCI: alignment fix for x86
(edit) @63999   8 years vboxsync AHCI: Convert to PDMIMEDIAEX and kick out PDMIMEDIAASYNC. This …
(edit) @63997   8 years vboxsync Storage: Change PDMIMEDIAEX::pfnIoReqDiscard to not get the discard …
(edit) @63994   8 years vboxsync another fix
(edit) @63993   8 years vboxsync build fix
(edit) @63992   8 years vboxsync VSCSI,DrvSCSI: Switch to PDMIMEDIAEX instead of using PDMIMEDIAASYNC
(edit) @63991   8 years vboxsync PDMIMEDIAEX: Another addendum, make it possible to query a residual …
(edit) @63955   8 years vboxsync pdmstorageifs.h: Small addendum to PDMIMEDIAEX which enables us to …
(edit) @63951   8 years vboxsync DrvVD: More work on the extended media interface to bring it up to par …
(edit) @63919   8 years vboxsync DrvVD: Fix handling encrypted disks when PDMIMEDIAEX is used (only …
(edit) @63917   8 years vboxsync DrvVD: Don't fail completely when loading a plugin failed, log the …
(edit) @63909   8 years vboxsync AHCI: Get rid of goto
(edit) @63740   8 years vboxsync DrvVD: Don't use the async VD API in PDMIMEDIAEX when it is not supported
(edit) @63727   8 years vboxsync DiskIntegrity: Updates to handle the PDMIMEDIAEX interface
(edit) @63724   8 years vboxsync Storage/DrvRamDisk: warning fixes for release builds
(edit) @63723   8 years vboxsync VD: Free the allocated I/O buffer already when the request completed …
(edit) @63700   8 years vboxsync Storage/DrvDiskIntegrity: Start integration to work with the extended …
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63689   8 years vboxsync Storage: New ramdisk driver for debugging and make DrvDiskIntegrity …
(edit) @63657   8 years vboxsync VBoxSCSI: fix loading a saved state from before r104155 (or r104311
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63482   8 years vboxsync Devices: warnings (clang)
(edit) @63480   8 years vboxsync Devices: warnings (clang)
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63470   8 years vboxsync HBDMgmt-darwin.cpp: DECLCALLBACK should not be used for OS X callback, …
(edit) @63461   8 years vboxsync Devices: warnings
(edit) @63369   8 years vboxsync warnings (gcc)
(edit) @63218   8 years vboxsync Devices: warnings (gcc)
(edit) @63217   8 years vboxsync Devices: warnings (gcc)
(edit) @63016   8 years vboxsync Devices: warnings (debug builds)
(edit) @62965   8 years vboxsync Devices: warnings
(edit) @62964   8 years vboxsync Devices: warnings
(edit) @62963   8 years vboxsync Devices: warnings
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62954   8 years vboxsync usbMsdLoadExec: Should never act on restored data (like allocate …
(edit) @62932   8 years vboxsync Devices: warnings
(edit) @62928   8 years vboxsync Devices: warnings
(edit) @62927   8 years vboxsync Devices: warnings
(edit) @62926   8 years vboxsync Devices: warnings
(edit) @62925   8 years vboxsync Devices: warnings
(edit) @62906   8 years vboxsync Devices: warnings
(edit) @62905   8 years vboxsync DevFdc.cpp: We can use C99 macros now, I hope.
(edit) @62904   8 years vboxsync Devices: warnings
(edit) @62889   8 years vboxsync Devices: warnings
(edit) @62885   8 years vboxsync Devices: gcc warnings
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62632   8 years vboxsync Devices: unused parameter warnings.
(edit) @62625   8 years vboxsync Devices: unused parameter warnings.
(edit) @62623   8 years vboxsync s/ahci/pAhci/
(edit) @62621   8 years vboxsync Devices: Fixed 3 instances of incorrect preprocessor macro usage …
(edit) @62618   8 years vboxsync Devices: unused parameter warnings.
(edit) @62506   8 years vboxsync (C) 2016
(edit) @62463   8 years vboxsync Devices: scm
(edit) @62437   8 years vboxsync Devices: MSC level 4 warnings (release build)
(edit) @61949   9 years vboxsync strict build fix
(edit) @61947   9 years vboxsync build fix
(edit) @61946   9 years vboxsync Devices/Storage: save some space in release builds
(edit) @61231   9 years vboxsync DrvHostBase: warnings/fixes on darwin
(edit) @60890   9 years vboxsync Comment.
(edit) @60565   9 years vboxsync Storage/LsiLogic: Fix regression causing writes to the disk to fail
(edit) @60555   9 years vboxsync BusLogic: Adjusted model number to match a real 958D.
(edit) @60553   9 years vboxsync BusLogic: Emulation improvements, thanks to Tomas Hurka.
(edit) @60446   9 years vboxsync Devices/Storage/DrvSCSI: Deregister statistics on destruct
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60348   9 years vboxsync VSCSI: Always initialize the S/G buffer, even if it is empty. Fixes …
(edit) @60179   9 years vboxsync Storage/DrvVD: Don't fail opening the image if getting the UUID fails …
(edit) @60057   9 years vboxsync Storage/LsiLogic: Missing case
(edit) @60026   9 years vboxsync Storage/BusLogic: Process mailboxes on a dedicated worker thread to …
(edit) @60015   9 years vboxsync LsiLogic: Process requests from the BIOS on the worker thread and not …
(edit) @59627   9 years vboxsync DrvVD: fix warning
(edit) @59550   9 years vboxsync Storage/DrvVD: Log errors and requests taking too long (moved from the …
(edit) @59539   9 years vboxsync Storage/DrvVD: Add methods to PDMIMEDIAEX for saving the request state …
(edit) @59538   9 years vboxsync Storage/DrvVD: Add methods to query suspended requests, will be used …
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