VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43329   12 years vboxsync BusLogic: Minor emulation improvements (see #5112).
(edit) @42999   12 years vboxsync AHCI/Passthrough: Apply fixes for audio CD passthrough
(edit) @42996   12 years vboxsync ATAPI/Passthrough: Fix reading audio CDs with certain media players …
(edit) @42959   12 years vboxsync ATAPI/Passthrough: Revert decrease of required transfer size when …
(edit) @42958   12 years vboxsync ATAPI/Passthrough: Don't try to detect the medium type if a READ …
(edit) @42891   12 years vboxsync AHCI: Fix ATAPI with EFI
(edit) @42769   12 years vboxsync DevATA: Report fewer errors on media change.
(edit) @42723   12 years vboxsync AHCI: Fix EFI boot
(edit) @42568   12 years vboxsync ATA: Log the LUN of the stuck I/O thread
(edit) @42522   12 years vboxsync AHCI: Move MSI cap to its proper place.
(edit) @42393   12 years vboxsync AHCI: Post a PIO setup FIS for PIO data commands
(edit) @42325   12 years vboxsync DevAHCI: Saved state restore fix (untested). Made …
(edit) @42324   12 years vboxsync ATA: Handle some off-size port accesses.
(edit) @42207   12 years vboxsync Storage/DevAHCI: cosmetic fixes.
(edit) @42206   12 years vboxsync Storage/DevAHCI: Remvove complete dependency on ATAController.
(edit) @42204   12 years vboxsync Storage/DevAHCI: skipping reading of IOBuffer
(edit) @42200   12 years vboxsync Device/DevAHCI: indentation fix.
(edit) @42198   12 years vboxsync Devices/DevAHCI: indentation fixes.
(edit) @42196   12 years vboxsync Devices/DevAHCI: fix for the failure to load old saved states.
(edit) @42104   12 years vboxsync AHCI Controller: DevAHCI.cpp: restoration of the excessive code …
(edit) @42099   12 years vboxsync AHCI Controller: DevAHCI.cpp removed legacy ATA emulation support.
(edit) @42073   12 years vboxsync Fix error message
(edit) @42071   12 years vboxsync DrvVD: Add InformAboutZeroBlocks CFGM key
(edit) @41825   12 years vboxsync PCI/DevATA: Put PCIDevPhysRead/Write into …
(edit) @41815   12 years vboxsync DevATA: No need to check for bus mastering in ataBMDMAIOPortRead/Write.
(edit) @41811   12 years vboxsync PCI/DevATA: Added bus mastering support.
(edit) @41774   12 years vboxsync bugref..
(edit) @41467   13 years vboxsync AHCI: Fix possible guest memory corruption, it is possible that timed …
(edit) @41099   13 years vboxsync ATA: Fix incorrect free due to an invalid pointer
(edit) @41019   13 years vboxsync Devices/ATA: Introduce option to suppress overwriting inquiry data for …
(edit) @40999   13 years vboxsync ATAController: two warnings, fix like in DevATA (perhaps not optimal)
(edit) @40963   13 years vboxsync BusLogic: Interrupt/geometry registers are writable.
(edit) @40841   13 years vboxsync Storage/ATA: Fix CD/DVD passthrough and Session At Once (SAO) …
(edit) @40840   13 years vboxsync Storage/Debug: Function to log a CUE sheet
(edit) @40774   13 years vboxsync Devices/Storage/DevATA: fix warning.
(edit) @40773   13 years vboxsync Devices/Storage/DevATA: fix warnings, uninitialized variables.
(edit) @40676   13 years vboxsync VBoxSCSI: Don't crash if a string I/O port access happens without a …
(edit) @40642   13 years vboxsync Forgot to commit.
(edit) @40640   13 years vboxsync Renamed SCSI BIOS constants to elucidate their purpose.
(edit) @40543   13 years vboxsync Started logging of SCSI mode pages for debug builds
(edit) @40500   13 years vboxsync Keep track of medium lock state.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39938   13 years vboxsync AHCI: Temporary release assertions which hopefully catch inconsistent …
(edit) @39855   13 years vboxsync Various drivers: Use PDMIBASE_2_PDMDRV instead of cooking your own stuff.
(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) @39764   13 years vboxsync DrvSCSI: Log errors to the release log for the synchronous I/O path too
(edit) @39731   13 years vboxsync nit
(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) @39566   13 years vboxsync SCSI: Add support for readonly disks
(edit) @39550   13 years vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39518   13 years vboxsync DrvDiskIntegrity: Fix building
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39414   13 years vboxsync PDMBlkCache: Clear all entries on reset to prevent that unwritten data …
(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) @39100   13 years vboxsync DevATA: Implement proper command splitting if the command exceeds the …
(edit) @39036   13 years vboxsync DevATA: Report actual media type (rather than empty drive) in mode …
(edit) @39010   13 years vboxsync DevATA/Passthrough: Abort commands which exceed the I/O buffer size, …
(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) @38894   13 years vboxsync DevATA,ATAController: Add TRIM support
(edit) @38878   13 years vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38844   13 years vboxsync Very rudimentary SCSI MMC implementation.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38821   13 years vboxsync Devices/fdc: range
(edit) @38782   13 years vboxsync Typos.
(edit) @38710   13 years vboxsync DevATA: Simplified non-present device port read handling.
(edit) @38702   13 years vboxsync VSCSI+Main: Fix reporting non rotational medium status + set the CFGM …
(edit) @38694   13 years vboxsync VSCSI: Fix Solaris guests after adding support VPD pages, the device …
(edit) @38682   13 years vboxsync Another try
(edit) @38681   13 years vboxsync Fix win burns?
(edit) @38680   13 years vboxsync VSCSI+DrvSCSI: Add support for the UNMAP command if discarding is enabled
(edit) @38678   13 years vboxsync VSCSI: Replace I/O memory context with S/G buffers
(edit) @38675   13 years vboxsync oops
(edit) @38674   13 years vboxsync AHCI: Log if TRIM is enabled
(edit) @38670   13 years vboxsync DrvDiskIntegrity: Discard records if consistency check is enabled
(edit) @38664   13 years vboxsync For ATAPI devices, fail recalibrate and clear DRDY on aborted commands.
(edit) @38661   13 years vboxsync Set the seek done bit in one more location to placate old Linux kernels.
(edit) @38644   13 years vboxsync VDDbg+DrvDiskIntegrity+tstVDIo: Bugfixes and add a I/O log replay …
(edit) @38631   13 years vboxsync IoLog+DrvDiskIntegrity: Add logging of discard requests
(edit) @38622   13 years vboxsync AHCI+DrvBlock+DrvVD: Add support for the TRIM command and connect with …
(edit) @38566   13 years vboxsync Correctly query host floppy drive size on Windows.
(edit) @38541   13 years vboxsync DrvDiskIntegrity: Add support for the I/O logger from the storage …
(edit) @38532   13 years vboxsync BusLogic: Fix passing error information to the guest when a request …
(edit) @38530   13 years vboxsync VSCSI: Implement REQUEST SENSE command
(edit) @38482   13 years vboxsync Typo in typo correction.
(edit) @38481   13 years vboxsync Typos.
(edit) @38470   13 years vboxsync BusLogic: Fix typo
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38328   13 years vboxsync AHCI: Fixes for CD/DVD hotplugging
(edit) @38219   13 years vboxsync ATA: Set DSC in a few more cases.
(edit) @37887   13 years vboxsync AHCI: Fix read access beyond 4GB for CD/DVD drives
(edit) @37795   13 years vboxsync Devices: use helpers
(edit) @37780   13 years vboxsync Storage/DrvHostBase: add generic unmount implementation, so that host …
(edit) @37690   13 years vboxsync Device/AHCI: 32bit alignment fixes
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