VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @71775   7 years vboxsync Devices/Storage: Properly account for requests currently waiting for …
(edit) @70687   7 years vboxsync DevATA,DevAHCI: build fixes for 32bit
(edit) @70685   7 years vboxsync pdmstorageifs.h,DevAHCI,DrvHostDVD: Restore ability to overwrite the …
(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) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68592   7 years vboxsync nit
(edit) @68535   7 years vboxsync AHCI: Additional logging, fixed confusing grammar/typo (send vs. sent).
(edit) @67806   7 years vboxsync Devices: when attaching a driver, don't pass a local variable as …
(edit) @67681   7 years vboxsync DevAHCI: bugref:8907: reverted last change as it's not required …
(edit) @67678   7 years vboxsync DevAHCI: bugref:8907: we need to enable the PCI busmaster bit …
(edit) @65648   8 years vboxsync gcc 7: Devices: fall thru
(edit) @65075   8 years vboxsync Devices/Storage: Move ide.h to include/VBox/ata.h to be consistent …
(edit) @65067   8 years vboxsync AHCI: Don't include PIIX3ATABmDma.h as it doesn't belong here really, …
(edit) @64842   8 years vboxsync AHCI: Reset some members when reporting the out of memory error case …
(edit) @64841   8 years vboxsync Devices/Storage: Remove statistics superseeded by the ones available …
(edit) @64680   8 years vboxsync AHCI: Missed initializing fMapped here which can lead to a wrong call …
(edit) @64672   8 years vboxsync AHCI: Add support for pfnIoReqQueryBuf for 4KB page aligned guest buffers
(edit) @64660   8 years vboxsync pdmstorageifs.h,AHCI,NVMe,LsiLogic,BusLogic,DrvSCSI: Prepare for a new …
(edit) @64658   8 years vboxsync AHCI: Fix calculation of transfered data size
(edit) @64408   8 years vboxsync AHCI: Query the actual data transfer size and amount of residual data …
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64274   8 years vboxsync Devices/Storage: Doxygen fixes
(edit) @64209   8 years vboxsync AHCI: fix loading older saved states
(edit) @64177   8 years vboxsync AHCI: Don't do the redo handling ourself but let the driver do it instead
(edit) @64176   8 years vboxsync AHCI: remove dead code
(edit) @64141   8 years vboxsync AHCI: Don't report that data was transfered if the SCSI status …
(edit) @64137   8 years vboxsync 32bit build fix
(edit) @64134   8 years vboxsync AHCI,Console: Get rid of the ATAPI implementation and use the DrvSCSI …
(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) @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) @64026   8 years vboxsync AHCI: Temporary workaround to make the testboxes happy until the bug …
(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) @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) @64004   8 years vboxsync oops
(edit) @64003   8 years vboxsync AHCI: Unused variable
(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) @63909   8 years vboxsync AHCI: Get rid of goto
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63218   8 years vboxsync Devices: warnings (gcc)
(edit) @62963   8 years vboxsync Devices: warnings
(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) @62506   8 years vboxsync (C) 2016
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59249   9 years vboxsync Build fix for x86
(edit) @59248   9 years vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57902   9 years vboxsync DevAHCI: logrel nit
(edit) @57709   9 years vboxsync DevAHCI: ATA_TRUSTED_RECEIVE_DMA is not implemented but don't assert
(edit) @57442   9 years vboxsync DECLCALLBACK and static
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(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) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56285   9 years vboxsync DevAHCI: LogRel nit.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56087   10 years vboxsync Storage/AHCI: Fix race condition which might lead to a hang during …
(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) @55775   10 years vboxsync DevAHCI: missing break
(edit) @55725   10 years vboxsync DevAHCI: print the actual unknown command
(edit) @54960   10 years vboxsync DevAHCI/DevATA: Typo to make some compilers happy. No change in …
(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) @53763   10 years vboxsync Careful…
(edit) @53147   10 years vboxsync Storage/AHCI: Free the I/O memory of cached request structures before …
(edit) @53115   10 years vboxsync Storage/AHCI: Correct fix for r96392 (AHCI: Update HBA interrupt …
(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) @52673   10 years vboxsync Storage/AHCI: Switch ordering of register updates when completing the …
(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
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