VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57391   9 years vboxsync DECLCALLBACK
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57196   9 years vboxsync Storage/HBDMgmt-win: Much easier way to unmount volumes and take them …
(edit) @57190   9 years vboxsync Devices/Storage: Start windows specific implementation for the host …
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56967   9 years vboxsync Devices/Storage: Keep track of used host block devices and prevent the …
(edit) @56718   9 years vboxsync Lets try it this way
(edit) @56715   9 years vboxsync Fix various alignments of STAM members in devices and VMM for 32bit, …
(edit) @56676   9 years vboxsync Storage/AHCI: Fix assertion which can trigger erroneously after …
(edit) @56658   9 years vboxsync Storage/AHCI: Fix possible use after free after an I/O error occurred. …
(edit) @56641   9 years vboxsync Comment
(edit) @56639   9 years vboxsync AHCI: Make sure all memory allocated from the driver below is freed …
(edit) @56594   9 years vboxsync Storage/AHCI: Don't try to free a request structure which does not …
(edit) @56579   9 years vboxsync Storage/ATA: fixed returned device strings from INQUIRY command (were …
(edit) @56439   9 years vboxsync PDM/VSCSI: Added PDMISCSICONNECTOR interface to report LUN type.
(edit) @56429   10 years vboxsync vboxscsiReset: Reset cbBufLeft too.
(edit) @56428   10 years vboxsync VBoxSCSI: Remove needless code
(edit) @56427   10 years vboxsync build fix
(edit) @56426   10 years vboxsync Storage/VBoxSCSI: Fix write support regression and cleanup saved state …
(edit) @56425   10 years vboxsync VBoxSCSI: fixed assertions
(edit) @56413   10 years vboxsync IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
(edit) @56408   10 years vboxsync DevATA: Allow ataBMDMACmdWriteB to start stuff in ring-0 too.
(edit) @56407   10 years vboxsync duh
(edit) @56406   10 years vboxsync DevATA: Merged ataIOPortRead1Data/ataIOPortWrite1Data with …
(edit) @56405   10 years vboxsync DevATA: Split out the data port from the IOPortBase1 I/O port …
(edit) @56404   10 years vboxsync DevATA: Read final PIO transfer unit in ring-0.
(edit) @56402   10 years vboxsync DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to …
(edit) @56400   10 years vboxsync DevATA: Use the R3 infix to clarify in which context things are executed.
(edit) @56399   10 years vboxsync nits
(edit) @56394   10 years vboxsync build fix
(edit) @56393   10 years vboxsync UsbMsd: Added scaffolding for returning different descriptors when …
(edit) @56392   10 years vboxsync DevATA: Replaced AsyncIORequestMutex (RTSEMMUTEX) with a PDM critical …
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @56285   10 years vboxsync DevAHCI: LogRel nit.
(edit) @56284   10 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56275   10 years vboxsync LogRel nit.
(edit) @56271   10 years vboxsync VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to …
(edit) @56087   10 years vboxsync Storage/AHCI: Fix race condition which might lead to a hang during …
(edit) @55964   10 years vboxsync Storage/VD: Make sure the disk is destroyed when destroying the driver …
(edit) @55871   10 years vboxsync Storage/DrvVD: Fix VM hang during power off because of an order …
(edit) @55850   10 years vboxsync Windows build fix
(edit) @55847   10 years vboxsync AHCI: Cleanup, fix a few concurrency and hopefully a double free …
(edit) @55776   10 years vboxsync DevATA: missing break
(edit) @55775   10 years vboxsync DevAHCI: missing break
(edit) @55770   10 years vboxsync DrvVD: variable scope
(edit) @55753   10 years vboxsync FDC: Fixed DRIVE SPECIFICATION command.
(edit) @55725   10 years vboxsync DevAHCI: print the actual unknown command
(edit) @55686   10 years vboxsync DrvVD: rc is not part of the format string anymore
(edit) @55643   10 years vboxsync Undoing bad commit.
(edit) @55641   10 years vboxsync FDC: Improved empty drive handling. Still needs work.
(edit) @55434   10 years vboxsync Oops, LWIP_IPV6, which is 0 or 1 should be tested with #if, not #ifdef.
(edit) @55432   10 years vboxsync G/c VBOX_WITH_NEW_LWIP. This option only affects DevINIP/DrvVD (as …
(edit) @55431   10 years vboxsync DrvVD: use uint64_t for disk size.
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55397   10 years vboxsync USB/MSD: Fix emulation when it is attached to the EHCI controller
(edit) @54977   10 years vboxsync DrvVD: don't make 'rc=%Rrc' part of the error message as the error …
(edit) @54960   10 years vboxsync DevAHCI/DevATA: Typo to make some compilers happy. No change in …
(edit) @54944   10 years vboxsync replaced a few more AssertPtrReturn by AssertReturn as we don't need …
(edit) @54817   10 years vboxsync DevATA: Allow 1-byte data reads.
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54340   10 years vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @54088   10 years vboxsync AHCI: Fix possible crash when suspending a VM (very rare)
(edit) @54064   10 years vboxsync AHCI: Fix race condition which results in rare hangs during suspend
(edit) @54052   10 years vboxsync Storage/VSCSI: small leak in error path
(edit) @53977   10 years vboxsync VUSB: Added separate SS EP companion descriptor to VUSBDESCENDPOINTEX …
(edit) @53763   10 years vboxsync Careful…
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53539   10 years vboxsync Storage/iSCSI: Fail when a connection attempt takes too long to pause …
(edit) @53409   10 years vboxsync Storage/ATA: Fix broken CD/DVD passthrough
(edit) @53407   10 years vboxsync Disk encryption: Make sure the DekMissing guest property is set before …
(edit) @53343   10 years vboxsync Devices/DevLsiLogic: fixed race
(edit) @53341   10 years vboxsync Devices/DevLsiLogic: Fixed a Guru meditation under certain conditions …
(edit) @53210   10 years vboxsync PDM/VUSB: Provide port/device speed to HCs (and emulated devices).
(edit) @53207   10 years vboxsync Removed unused/misspelled struct member.
(edit) @53148   10 years vboxsync Port a part of r95116 (disk encryption changes in 4.3) which was …
(edit) @53147   10 years vboxsync Storage/AHCI: Free the I/O memory of cached request structures before …
(edit) @53121   10 years vboxsync USB: Added required SS descriptors to emulated MSD.
(edit) @53115   10 years vboxsync Storage/AHCI: Correct fix for r96392 (AHCI: Update HBA interrupt …
(edit) @53097   10 years vboxsync USB: Beginnings of emulated USB3 devices.
(edit) @53075   10 years vboxsync AHCI: temporarily disabled r96292 to check if it cures the performance …
(edit) @52961   10 years vboxsync AHCI: Fail the request with an overflow error if allocating I/O memory …
(edit) @52951   10 years vboxsync AHCI: Update HBA interrupt status register before executing the write
(edit) @52715   10 years vboxsync Undoing accidental commit.
(edit) @52714   10 years vboxsync Undoing accidental commit.
(edit) @52713   10 years vboxsync BusLogic: Slightly enhanced debug info.
(edit) @52673   10 years vboxsync Storage/AHCI: Switch ordering of register updates when completing the …
(edit) @52505   10 years vboxsync DrvHostBase: Provide I/O buffer allocator, fixes crash if a host DVD …
(edit) @52434   10 years vboxsync Storage/AHCI: Fix tight race when the guest resets a port leading to …
(edit) @52412   10 years vboxsync AHCI: argh
(edit) @52409   10 years vboxsync AHCI: unused variable
(edit) @52408   10 years vboxsync Storage/AHCI: Free cached tasks on detach and before ahciR3Destruct is …
(edit) @52264   10 years vboxsync BusLogic: Renamed some insanely long macros, adjusted too-eager assertion.
(edit) @52063   10 years vboxsync build fix
(edit) @52062   10 years vboxsync build fix
(edit) @52026   10 years vboxsync Storage/AHCI: Switch to PDMIBLOCK I/O buffer allocator callbacks
(edit) @52023   10 years vboxsync pdmifs.h,DrvBlock,DrvVD: Add methods to allocate and free I/O buffer …
(edit) @51923   10 years vboxsync Console,DrvVD: Clear the encryption keys on suspend
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