VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37478   13 years vboxsync Renamed for clarity.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37460   13 years vboxsync fdc: Take head count into account.
(edit) @37459   13 years vboxsync Set busy bit when starting a command.
(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) @37223   14 years vboxsync FDC: Most control commands do not generate interrupts.
(edit) @37205   14 years vboxsync FDC: Someone misread the datasheet…
(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) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(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) @36797   14 years vboxsync FreeBSD: Warnings
(edit) @36781   14 years vboxsync warning
(edit) @36706   14 years vboxsync Undid accidental commit.
(edit) @36705   14 years vboxsync fdc: Improved floppy emulation.
(edit) @36383   14 years vboxsync AHCI+ATAController: Port r70670 + r70674 (Signal no current profile if …
(edit) @36339   14 years vboxsync DevATA: Adjust maximum transfer length to the new value, fixes ATAPI …
(edit) @36337   14 years vboxsync DevATA: Disable feature list for now because it breaks at least Windows XP
(edit) @36336   14 years vboxsync DevATA: Signal no current profile if no medium is loaded and add …
(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) @36039   14 years vboxsync BusLogic: Remove wrong assertion
(edit) @36030   14 years vboxsync BusLogic: Fix a few emulation bugs and add more debugging code
(edit) @36022   14 years vboxsync DrvVD: Fix crash for the internal network stack case
(edit) @36003   14 years vboxsync DrvVD: Make use of the new flag in case UseNewIo is unset but there is …
(edit) @35792   14 years vboxsync ATAController: Brought over device reset fix.
(edit) @35768   14 years vboxsync BusLogic: assertion to catch cases where the guest tries to send more …
(edit) @35767   14 years vboxsync Storage/DevATA: fix device reset handling, sanity check was wrong
(edit) @35756   14 years vboxsync BusLogic: Fix SMP race which results in a guest hang
(edit) @35631   14 years vboxsync BusLogic: Properly fail some Adaptec 154xC commands that a guest may send.
(edit) @35595   14 years vboxsync Storage/DevATA+ATAController: only allow read/write commands for ATA …
(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) @35351   14 years vboxsync scm cleanups.
(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) @35162   14 years vboxsync BlkCache: Fix possible crash during suspend of the VM. The cache must …
(edit) @35072   14 years vboxsync DrvVD: remove poweroff callback (not needed anymore). Fixes assertion …
(edit) @35062   14 years vboxsync VSCSI: Fix read beyond end of S/G array
(edit) @34932   14 years vboxsync DiskIntegrity: Trace flushes too
(edit) @34930   14 years vboxsync DrvVD: Don't use the builtin cache when opening the image on readonly mode
(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) @34452   14 years vboxsync SCSI: Fix crash on startup
(edit) @34434   14 years vboxsync Switch to the new block cache and disable the old one for now
(edit) @34433   14 years vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34339   14 years vboxsync AHCI: Fix crash for non bootable controllers
(edit) @34294   14 years vboxsync fdc: Synced code, now easier to follow and fix.
(edit) @34247   14 years vboxsync DrvVD: Bugfix
(edit) @34224   14 years vboxsync DrvVD: Block cache integration, work in progress
(edit) @34217   14 years vboxsync VD: Use S/G buffers instead of S/G arrays for VDAsyncWrite and …
(edit) @34148   14 years vboxsync DrvSCSI: warning
(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) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34009   14 years vboxsync Devices/Storage: Introduce Bootable CFGM key to enable BIOS access
(edit) @33919   14 years vboxsync LSILogic: allow multiple SCSI controllers
(edit) @33745   14 years vboxsync VCI: Updates
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
(edit) @33547   14 years vboxsync Storage-DMG: skip unknown keys
(edit) @33546   14 years vboxsync Remove obsolete VBoxDMG code
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33534   14 years vboxsync #pragma pack() not pragma pack(0)
(edit) @33533   14 years vboxsync VCICache: disable unfinished code as this makes cl.exe hang
(edit) @33524   14 years vboxsync Storage: Implement offical support for other disk types like DVD and …
(edit) @33522   14 years vboxsync VCI: Bugfixes
(edit) @33495   14 years vboxsync missing check for NULL after relocation
(edit) @33493   14 years vboxsync VmdkHDDCore: RTMemFree() the original block if RTMemRealloc() fails
(edit) @33486   14 years vboxsync Additional checks
(edit) @33485   14 years vboxsync ATA: Don't assume that PGMPhysSimpleReadGCPtr succeeds in RC/R0 but go …
(edit) @33481   14 years vboxsync VCI: Updates
(edit) @33480   14 years vboxsync VMDK: Fix wrong assignment when growing the descriptor buffer. Removed …
(edit) @33479   14 years vboxsync DMG: Fix memory leak
(edit) @33478   14 years vboxsync Devices/Storage: a number of small memory leaks in error paths
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33420   14 years vboxsync one more
(edit) @33419   14 years vboxsync PDM, PCI: save MSI-X page in saved state, multiple vectors in MSI, tweaks
(edit) @33371   14 years vboxsync SATA: 32-bit alignment issues
(edit) @33355   14 years vboxsync Storage/VBoxHDD: make diff/base image creation fail with an …
(edit) @33310   14 years vboxsync Storage: memory leak
(edit) @33288   14 years vboxsync Storage/vbox-img: improve mandatory parameter checking and …
(edit) @33274   14 years vboxsync BusLogic: Implement suspend on error
(edit) @33271   14 years vboxsync Storage/VDI: Make the code dealing with comments bullet-proof, …
(edit) @33259   14 years vboxsync Storage/VBoxHDD+Main/Snapshot: Implement backward merging of …
(edit) @33258   14 years vboxsync Removed unreferenced label.
(edit) @33236   14 years vboxsync PCI: MSI-X work
(edit) @33235   14 years vboxsync Storage/vbox-img: implement stdout handling
(edit) @33234   14 years vboxsync Storage/RAW: implement sequential read/write case
(edit) @33227   14 years vboxsync Storage/vbox-img: return 1 as exit code if anything went wrong
(edit) @33224   14 years vboxsync Storage/vbox-img: fix reading from pipes
(edit) @33218   14 years vboxsync AsyncCompletion: Move bandwidth groups to the generic code and support …
(edit) @33214   14 years vboxsync AHCI: put MSI in place which allows to avoid conflicts
(edit) @33213   14 years vboxsync Storage/vbox-img: implement stdin and stdout support. stdin is tested, …
(edit) @33209   14 years vboxsync AHCI: Some cleanup Until now there were two different methods to …
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