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) @86480   4 years vboxsync AMD IOMMU: bugref:9654 AHCI: Use PCI interfaces while reading/writing …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84489   5 years vboxsync Devices/DevAHCI: Convert PDMDevHlpPhys read/write calls to the new …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81890   5 years vboxsync DevAHCI: Doxygen. bugref:9218
(edit) @81887   5 years vboxsync DevAHCI: s/ahciPort/aPorts/g. bugref:9218
(edit) @81886   5 years vboxsync DevAHCI: Split up structures. More or less done converting to new PDM …
(edit) @81885   5 years vboxsync DevAHCI: Converted I/O ports and MMIO handlers to new style. bugref:9218
(edit) @81880   5 years vboxsync DevAHCI: s/pAhci/pThis/g. bugref:9218
(edit) @81879   5 years vboxsync DevAHCI: Use the new handle based timer interface for the CCC timer. …
(edit) @81878   5 years vboxsync DevAHCI: Use the device helpers for CFGM and SSM functions. [fix] …
(edit) @81877   5 years vboxsync DevAHCI: Use the device helpers for critical sections and thread …
(edit) @81875   5 years vboxsync DevAHCI: Use the device helpers for CFGM and SSM functions. bugref:9218
(edit) @81874   5 years vboxsync DevAHCI: Use the device helpers for support driver semaphores. bugref:9218
(edit) @81873   5 years vboxsync DevAHCI: Kicking out the notification queue now that we don't have …
(edit) @81872   5 years vboxsync DevAHCI: Dropped unnecessary pragma pack(1). bugref:9218
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80589   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @79671   5 years vboxsync Devices/AHCI: Allow 16bit writes to a 32bit register by reading the …
(edit) @78913   6 years vboxsync DevAHCI: Fix accidental part of commit from r131028
(edit) @78908   6 years vboxsync Devices/DevAHCI: Fix possible memory leak while still maintaining the …
(edit) @77183   6 years vboxsync AHCI: Revert last memory leak fix. PDMDevHlpDriverAttach() takes over …
(edit) @77182   6 years vboxsync AHCI: Fix small memory leak during construction (the port name stirng …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76063   6 years vboxsync DevAHCI: Tiger hack from Michal.
(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
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