VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @45649   12 年 vboxsync Eliminated leftover variable.
(edit) @45646   12 年 vboxsync Devices/AHCI: Offload work from EMT to a dedicated thread when using …
(edit) @45025   12 年 vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44902   12 年 vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44574   12 年 vboxsync DevAHCI: Let IOM do the complicated reads. Let IOM filter out …
(edit) @44571   12 年 vboxsync Fixed hungarian typos in MSI registration code. Some E1000 prefix …
(edit) @44465   12 年 vboxsync DevAHCI.cpp: Used RT_SUCCESS instead of RT_FAILURE. Duh!
(edit) @44447   12 年 vboxsync DevAHCI.cpp: Replace the automatic per device lock with a NOP. Some …
(edit) @44237   12 年 vboxsync AHCI: DTrace fix
(edit) @44138   12 年 vboxsync AHCI: Add dtrace probes
(edit) @43626   12 年 vboxsync AHCI: Clear SActive register when the command list engine is stopped. …
(edit) @43600   12 年 vboxsync AHCI: New CFGM keyto configure the amount of logical sectors per …
(edit) @43596   12 年 vboxsync AHCI: Use new code for ATAPI passthrough
(edit) @43472   12 年 vboxsync Add new flag to notify devices during a reset first to make sure there …
(edit) @43399   12 年 vboxsync AHCI: Fix release assertion when cancelling requests and disabled async I/O
(edit) @43397   12 年 vboxsync AHCI: A few more statistics and release logging if a request is active …
(edit) @42999   12 年 vboxsync AHCI/Passthrough: Apply fixes for audio CD passthrough
(edit) @42891   12 年 vboxsync AHCI: Fix ATAPI with EFI
(edit) @42723   12 年 vboxsync AHCI: Fix EFI boot
(edit) @42522   12 年 vboxsync AHCI: Move MSI cap to its proper place.
(edit) @42393   12 年 vboxsync AHCI: Post a PIO setup FIS for PIO data commands
(edit) @42325   12 年 vboxsync DevAHCI: Saved state restore fix (untested). Made …
(edit) @42207   12 年 vboxsync Storage/DevAHCI: cosmetic fixes.
(edit) @42206   12 年 vboxsync Storage/DevAHCI: Remvove complete dependency on ATAController.
(edit) @42204   12 年 vboxsync Storage/DevAHCI: skipping reading of IOBuffer
(edit) @42200   12 年 vboxsync Device/DevAHCI: indentation fix.
(edit) @42198   12 年 vboxsync Devices/DevAHCI: indentation fixes.
(edit) @42196   12 年 vboxsync Devices/DevAHCI: fix for the failure to load old saved states.
(edit) @42104   12 年 vboxsync AHCI Controller: DevAHCI.cpp: restoration of the excessive code …
(edit) @42099   12 年 vboxsync AHCI Controller: DevAHCI.cpp removed legacy ATA emulation support.
(edit) @41774   12 年 vboxsync bugref..
(edit) @41467   13 年 vboxsync AHCI: Fix possible guest memory corruption, it is possible that timed …
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 年 vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39938   13 年 vboxsync AHCI: Temporary release assertions which hopefully catch inconsistent …
(edit) @39845   13 年 vboxsync AHCI: Fix memory leak after recent optimization
(edit) @39828   13 年 vboxsync AHCI: Don't always allocate new memory for the data buffers but reuse …
(edit) @39655   13 年 vboxsync AHCI: Long overdue code cleanup, removes over 800 lines of unused or …
(edit) @39584   13 年 vboxsync Log PRDT entries.
(edit) @39579   13 年 vboxsync AHCI: Set overflow bit if the guest tries to transfer more data than …
(edit) @39136   13 年 vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 年 vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @38970   13 年 vboxsync AHCI: More release logging
(edit) @38969   13 年 vboxsync AHCI: Log HBA and port resets to the release log
(edit) @38878   13 年 vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38838   13 年 vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38675   13 年 vboxsync oops
(edit) @38674   13 年 vboxsync AHCI: Log if TRIM is enabled
(edit) @38622   13 年 vboxsync AHCI+DrvBlock+DrvVD: Add support for the TRIM command and connect with …
(edit) @38328   13 年 vboxsync AHCI: Fixes for CD/DVD hotplugging
(edit) @37887   13 年 vboxsync AHCI: Fix read access beyond 4GB for CD/DVD drives
(edit) @37690   13 年 vboxsync Device/AHCI: 32bit alignment fixes
(edit) @37687   13 年 vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37673   13 年 vboxsync AHCI: Hotplug fixes
(edit) @37660   13 年 vboxsync AHCI: Initialize vendor product data for hotplugged devices
(edit) @37636   13 年 vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37496   13 年 vboxsync DevAHCI.cpp: Don't use the virtual sync clock for the command …
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37324   14 年 vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37269   14 年 vboxsync AHCI: Fix return code for index/Data pair access
(edit) @37264   14 年 vboxsync Storage/ATA+AHCI: support the non-rotational medium flag
(edit) @36992   14 年 vboxsync AHCI: Fixes for hotplugging
(edit) @36990   14 年 vboxsync AHCI: Controller part for device hotplug
(edit) @36972   14 年 vboxsync Devices/AHCI: fixed mask for Fis address
(edit) @36878   14 年 vboxsync AHCI: Support access through the index/data register pair from the I/O …
(edit) @36800   14 年 vboxsync AHCI: Cancel active tasks during a device, port or HBA reset
(edit) @36383   14 年 vboxsync AHCI+ATAController: Port r70670 + r70674 (Signal no current profile if …
(edit) @36316   14 年 vboxsync Storage/DevATA+DevAHCI+ATAController: make assertion less strict, …
(edit) @36273   14 年 vboxsync AHCI: Make the number of available command slots configurable
(edit) @35560   14 年 vboxsync PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
(edit) @35353   14 年 vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35214   14 年 vboxsync AHCI: Fix wrong Led assignments
(edit) @34875   14 年 vboxsync AHCI: Fix loading older saved states
(edit) @34851   14 年 vboxsync AHCI: Fix ATAPI device detection with Solaris guests. The command …
(edit) @34433   14 年 vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34142   14 年 vboxsync AHCI: Better fix for r67808. Don't ignore the return values for R3 …
(edit) @34106   14 年 vboxsync AHCI: Fix ahciHbaSetInterrupt from non R3 contexts
(edit) @34009   14 年 vboxsync Devices/Storage: Introduce Bootable CFGM key to enable BIOS access
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33420   14 年 vboxsync one more
(edit) @33371   14 年 vboxsync SATA: 32-bit alignment issues
(edit) @33236   14 年 vboxsync PCI: MSI-X work
(edit) @33214   14 年 vboxsync AHCI: put MSI in place which allows to avoid conflicts
(edit) @33209   14 年 vboxsync AHCI: Some cleanup Until now there were two different methods to …
(edit) @33175   14 年 vboxsync AHCI: Implement suspend on error for the async I/O path
(edit) @33125   14 年 vboxsync AHCI: More verbose assertion
(edit) @33035   14 年 vboxsync AHCI: checksumming in device identification
(edit) @33031   14 年 vboxsync Devices: global define for using MSI support in devices
(edit) @33013   14 年 vboxsync AHCI: Implement ATA_DEVICE_RESET for ATAPI devices (mandatory command …
(edit) @32957   14 年 vboxsync AHCI: Implement SuspendOnError to give the user a chance to fix …
(edit) @32939   14 年 vboxsync AHCI: MSI support
(edit) @32879   14 年 vboxsync AHCI: Clear status and error fields of a task for the async I/O case …
(edit) @32723   14 年 vboxsync AHCI: few PCI device config notes
(edit) @32514   14 年 vboxsync Only dump used statistics
(edit) @32329   14 年 vboxsync AHCI/ATAPI: Make it work with Windows guests
(edit) @32300   14 年 vboxsync AHCI/ATAPI: port fixes for audio CD over and implement support for …
(edit) @32082   14 年 vboxsync CD/Passthrough: Prevent the host from crashing when trying to access a …
(edit) @32076   14 年 vboxsync CD/Passthrough: READ CD requires the numbers of blocks to read and not …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette