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) @39938   13 years vboxsync AHCI: Temporary release assertions which hopefully catch inconsistent …
(edit) @39845   13 years vboxsync AHCI: Fix memory leak after recent optimization
(edit) @39828   13 years vboxsync AHCI: Don't always allocate new memory for the data buffers but reuse …
(edit) @39655   13 years vboxsync AHCI: Long overdue code cleanup, removes over 800 lines of unused or …
(edit) @39584   13 years vboxsync Log PRDT entries.
(edit) @39579   13 years vboxsync AHCI: Set overflow bit if the guest tries to transfer more data than …
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @38970   13 years vboxsync AHCI: More release logging
(edit) @38969   13 years vboxsync AHCI: Log HBA and port resets to the release log
(edit) @38878   13 years vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38675   13 years vboxsync oops
(edit) @38674   13 years vboxsync AHCI: Log if TRIM is enabled
(edit) @38622   13 years vboxsync AHCI+DrvBlock+DrvVD: Add support for the TRIM command and connect with …
(edit) @38328   13 years vboxsync AHCI: Fixes for CD/DVD hotplugging
(edit) @37887   13 years vboxsync AHCI: Fix read access beyond 4GB for CD/DVD drives
(edit) @37690   13 years vboxsync Device/AHCI: 32bit alignment fixes
(edit) @37687   13 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37673   13 years vboxsync AHCI: Hotplug fixes
(edit) @37660   13 years vboxsync AHCI: Initialize vendor product data for hotplugged devices
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37496   13 years vboxsync DevAHCI.cpp: Don't use the virtual sync clock for the command …
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37269   14 years vboxsync AHCI: Fix return code for index/Data pair access
(edit) @37264   14 years vboxsync Storage/ATA+AHCI: support the non-rotational medium flag
(edit) @36992   14 years vboxsync AHCI: Fixes for hotplugging
(edit) @36990   14 years vboxsync AHCI: Controller part for device hotplug
(edit) @36972   14 years vboxsync Devices/AHCI: fixed mask for Fis address
(edit) @36878   14 years vboxsync AHCI: Support access through the index/data register pair from the I/O …
(edit) @36800   14 years vboxsync AHCI: Cancel active tasks during a device, port or HBA reset
(edit) @36383   14 years vboxsync AHCI+ATAController: Port r70670 + r70674 (Signal no current profile if …
(edit) @36316   14 years vboxsync Storage/DevATA+DevAHCI+ATAController: make assertion less strict, …
(edit) @36273   14 years vboxsync AHCI: Make the number of available command slots configurable
(edit) @35560   14 years vboxsync PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35214   14 years vboxsync AHCI: Fix wrong Led assignments
(edit) @34875   14 years vboxsync AHCI: Fix loading older saved states
(edit) @34851   14 years vboxsync AHCI: Fix ATAPI device detection with Solaris guests. The command …
(edit) @34433   14 years vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34142   14 years vboxsync AHCI: Better fix for r67808. Don't ignore the return values for R3 …
(edit) @34106   14 years vboxsync AHCI: Fix ahciHbaSetInterrupt from non R3 contexts
(edit) @34009   14 years vboxsync Devices/Storage: Introduce Bootable CFGM key to enable BIOS access
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33420   14 years vboxsync one more
(edit) @33371   14 years vboxsync SATA: 32-bit alignment issues
(edit) @33236   14 years vboxsync PCI: MSI-X work
(edit) @33214   14 years vboxsync AHCI: put MSI in place which allows to avoid conflicts
(edit) @33209   14 years vboxsync AHCI: Some cleanup Until now there were two different methods to …
(edit) @33175   14 years vboxsync AHCI: Implement suspend on error for the async I/O path
(edit) @33125   14 years vboxsync AHCI: More verbose assertion
(edit) @33035   14 years vboxsync AHCI: checksumming in device identification
(edit) @33031   14 years vboxsync Devices: global define for using MSI support in devices
(edit) @33013   14 years vboxsync AHCI: Implement ATA_DEVICE_RESET for ATAPI devices (mandatory command …
(edit) @32957   14 years vboxsync AHCI: Implement SuspendOnError to give the user a chance to fix …
(edit) @32939   14 years vboxsync AHCI: MSI support
(edit) @32879   14 years vboxsync AHCI: Clear status and error fields of a task for the async I/O case …
(edit) @32723   14 years vboxsync AHCI: few PCI device config notes
(edit) @32514   14 years vboxsync Only dump used statistics
(edit) @32329   14 years vboxsync AHCI/ATAPI: Make it work with Windows guests
(edit) @32300   14 years vboxsync AHCI/ATAPI: port fixes for audio CD over and implement support for …
(edit) @32082   14 years vboxsync CD/Passthrough: Prevent the host from crashing when trying to access a …
(edit) @32076   14 years vboxsync CD/Passthrough: READ CD requires the numbers of blocks to read and not …
(edit) @32073   14 years vboxsync AHCI: CD/DVD fixes
(edit) @32072   14 years vboxsync Build fix
(edit) @32069   14 years vboxsync AHCI: Support for CD/DVD devices (inclusive passthrough and runtime …
(edit) @31087   14 years vboxsync AHCI: Add debugger info callback to inspect controller state
(edit) @30723   14 years vboxsync Removed more instances of obsolete PCISetIrqNoWait calls.
(edit) @30382   14 years vboxsync SATA: Always raise an interrupt after task completion; delaying this …
(edit) @30224   14 years vboxsync Devices: three size_t warnings.
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @29879   15 years vboxsync DevAHCI.cpp: r=bird: Using TMCLOCK_VIRTUAL_SYNC in devices which …
(edit) @29758   15 years vboxsync AHCI: Fix crash on reset after a snapshot was taken. The Driver needs …
(edit) @29672   15 years vboxsync AHCI: Count non queued async tasks too. Fixes rare crash during …
(edit) @29504   15 years vboxsync AHCI: Always use an intermediate buffer for now until we have native …
(edit) @29441   15 years vboxsync AHCI: Fix assertion
(edit) @29239   15 years vboxsync AHCI: Bug fix for error reporting
(edit) @29137   15 years vboxsync AHCI: Clear the I/O thread handle after the thread was destroyed
(edit) @29080   15 years vboxsync DevAHCI: Alignment fix?
(edit) @29047   15 years vboxsync AHCI: Fix error reporting protocol violation
(edit) @29030   15 years vboxsync AHCI: Implement missing error reporting bits
(edit) @28881   15 years vboxsync AHCI: Error reporting fix
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28786   15 years vboxsync AHCI: Report errors of completed requests to the guest (not tested yet)
(edit) @28784   15 years vboxsync Interface changes for error reporting and async I/O
(edit) @28705   15 years vboxsync AHCI: Fix race condition where a task could be used even if it is …
(edit) @28620   15 years vboxsync VBoxHDD: async I/O updates. Mostly complete except for bug fixes
(edit) @28524   15 years vboxsync Missing parameters
(edit) @28523   15 years vboxsync RTMemFree -> RTMemPageFree (DevAHCI.cpp)
(edit) @28388   15 years vboxsync AHCI: Use async I/O flush API
(edit) @28380   15 years vboxsync AHCI: Fix
(edit) @28065   15 years vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27734   15 years vboxsync AHCI: Report I/O errors to the guest
(edit) @27276   15 years vboxsync AHCI: Remove unwanted change 2
(edit) @27275   15 years vboxsync AHCI: Remove unwanted change
(edit) @27274   15 years vboxsync AHCI: Add ATA_SLEEP to the list of supported commands (does nothing …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
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