VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25900   15 years vboxsync Same goes for the write handler and the duplicate ATAController code.
(edit) @25897   15 years vboxsync ATA: ataIOPortReadStr1: deal with the unlikely case where no data (or …
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25823   15 years vboxsync Devices: more -Wshadow
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @25697   15 years vboxsync LsiLogic: Fix gcc warning
(edit) @25677   15 years vboxsync Build fix
(edit) @25675   15 years vboxsync LsiLogic: Introduce NumPorts configuration parameter to configure the …
(edit) @25588   15 years vboxsync LsiLogic: Plug a memory leak during resets
(edit) @25587   15 years vboxsync LsiLogic: Updates for the SAS controller emulation
(edit) @25509   15 years vboxsync LsiLogic: Start for the SAS controller. Define neccessary pages and …
(edit) @25488   15 years vboxsync LsiLogic: Fix clipping of read data
(edit) @25487   15 years vboxsync LsiLogic: Implement missing reset method. Fixes Windows 7 guests
(edit) @25446   15 years vboxsync BusLogic: Rewrite guest buffer handling. They are not mapped into R3 …
(edit) @25380   15 years vboxsync LsiLogic: Don't assert when not reading 4 byte from a register. A SCSI …
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @25268   15 years vboxsync DevAHCI: warning
(edit) @25192   15 years vboxsync Storage/DevATA: fix device reset if a transfer redo is pending. …
(edit) @25190   15 years vboxsync whitespace
(edit) @24975   15 years vboxsync VMDK: Async I/O not supported for hosted sparse files. Return …
(edit) @24945   15 years vboxsync AHCI: Fix 64bit build
(edit) @24944   15 years vboxsync AHCI: Fix STAM alignment
(edit) @24916   15 years vboxsync Storage/VMDK: fix buffers for really huge VMDK files split into 2G …
(edit) @24887   15 years vboxsync VBoxHDD: print error IPRT error code
(edit) @24778   15 years vboxsync Storage/VMDK: mostly cosmetic change to the code which writes VMDK …
(edit) @24772   15 years vboxsync DevAHCI,ATAController: Async hanlding of reset, suspend and power off.
(edit) @24761   15 years vboxsync Storage/ATA: clear pending DMA on controller reset (and on command …
(edit) @24760   15 years vboxsync DevAHCI: A little cleanup.
(edit) @24751   15 years vboxsync DrvSCSI: Converted to async reset, suspend and power off notification …
(edit) @24750   15 years vboxsync DevAHCI: copy&past comments.
(edit) @24749   15 years vboxsync DevAHCI: async suspend, reset and power off handling for the SATA part.
(edit) @24747   15 years vboxsync DevATA: Cleanup the waiting for idle stuff... only ataR3Construct …
(edit) @24746   15 years vboxsync AsyncCompletion: Make it possible to enable the new I/O path with a …
(edit) @24745   15 years vboxsync DevATA: Async reset handling, protect reset or we'll die.
(edit) @24741   15 years vboxsync DevATA: Use the async notification handling.
(edit) @24678   15 years vboxsync Misc: Shut up annoying gcc warnings on darwin.
(edit) @24671   15 years vboxsync ISCSIHDDCore.cpp: Shut up GCC warning.
(edit) @24612   15 years vboxsync DrvVD: Added a LoadDone hook for implementing better handling of …
(edit) @24588   15 years vboxsync DevAHCI: Ditto.
(edit) @24587   15 years vboxsync DevATA.cpp: Better error message about missing devices during …
(edit) @24583   15 years vboxsync DrvVD,ConsoleImpl2.cpp: Added a TempReadOnly argument for use on the …
(edit) @24527   15 years vboxsync VHD: Fix incompatibility with Hyper-V. Contributed by Huihong Luo
(edit) @24439   15 years vboxsync Storage/VBoxHDD: tweak PCHS handling in VDCopy (contributed by Huihong Luo)
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24257   15 years vboxsync DevAHCI: ACHI -> AHCI.
(edit) @24256   15 years vboxsync Storage/VMDK: undo incorrect fix, and real fix for the split VMDK bug
(edit) @24245   15 years vboxsync DrvSCSI: Use PDMR3ThreadSuspend in drvscsiPowerOff and drvscsiSuspend …
(edit) @24242   15 years vboxsync drvscsiAsyncIOLoopNoPendingDummy: fixed true/false mixup causing …
(edit) @24241   15 years vboxsync DrvSCSI: Only hard disks are supported. Don't assert, set a proper …
(edit) @24213   15 years vboxsync ISCSIHDDCore.cpp: another bugfix for the …
(edit) @24178   15 years vboxsync ISCSIHDDCore.cpp: Fixed regression from >2TB target change - check the …
(edit) @24177   15 years vboxsync AHCI: Try to fix the build again
(edit) @24176   15 years vboxsync AHCI: Alignment for STAM
(edit) @24174   15 years vboxsync AHCI: Try to fix the build
(edit) @24173   15 years vboxsync ATA: Rename macros
(edit) @24172   15 years vboxsync AHCI: Add additional VPD keys
(edit) @24169   15 years vboxsync ATA/ATAPI: Add more keys to overwrite VPD data for CD drives
(edit) @24150   15 years vboxsync Storage/VHD+VDI: fix incorrect initialization in VHD, unused variable …
(edit) @24144   15 years vboxsync Storage/iSCSI: try to get the capacity with a command that supports …
(edit) @24124   15 years vboxsync DrvSCSI: Initialize DRVSCSI::pDrvIns.
(edit) @24122   15 years vboxsync VHD: Update the footer and BAT after we appended a new block to the …
(edit) @24112   15 years vboxsync Storage/VMDK: fix bug in handling split images, causing failure to …
(edit) @24105   15 years vboxsync DrvSCSI: make sure any pending dummy requst has landed taken down …
(edit) @24104   15 years vboxsync DrvSCSI: Need to synchronize all pending requests before any driver …
(edit) @24101   15 years vboxsync DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver …
(edit) @24099   15 years vboxsync DevBusLogic: Drop the suspend and load/save synchronization since …
(edit) @24098   15 years vboxsync DevLsiLogic,DrvSCSI: Added new DrvSCSI method for synchronizing the …
(edit) @24096   15 years vboxsync DevAHCI: Try avoid the 100ms timeouts during suspend and shutdown. …
(edit) @24094   15 years vboxsync DevATA: Optimize the suspend and poweroff pendig I/O waits so they …
(edit) @24072   15 years vboxsync DevAHCI,DevATA: More RTThreadSleep(100) todos.
(edit) @24071   15 years vboxsync DevLsiLogic: Changed saved to save & verify device presence, version …
(edit) @24070   15 years vboxsync DevBusLogic: Fixed bug in buslogicWaitForAsyncIOFinished causing an …
(edit) @24068   15 years vboxsync reformat pg_dev_achi. no real change.
(edit) @24067   15 years vboxsync DevBusLogic: Don't just restore the fPresent flag, check it! Save …
(edit) @24052   15 years vboxsync DevATA: Save and load+verify config. New saved state version.
(edit) @24051   15 years vboxsync DevAHCI: even more config verification bugfix.
(edit) @24050   15 years vboxsync DevAHCI: more config bugfix.
(edit) @24049   15 years vboxsync DevAHCI: bugfix.
(edit) @24045   15 years vboxsync DevAHCI: save and verify config (saved state).
(edit) @24015   15 years vboxsync Don't include <ctype.h>.
(edit) @24008   15 years vboxsync DrvHostBase.cpp: toupper -> RT_C_TO_UPPER.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23970   15 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @23950   15 years vboxsync DrvVD: Fix stupid bug which masks errors while opening a file
(edit) @23913   15 years vboxsync Storage/Raw: fix memory leak for every open/create
(edit) @23814   15 years vboxsync DevLsiLogicSCSI,tstDeviceStructSize: Critical section realigning.
(edit) @23739   15 years vboxsync Devices/Storage: fix Solaris breakage introduced with the previous fix …
(edit) @23594   15 years vboxsync Storage/iSCSI: add config value to define the threshold for write …
(edit) @23474   15 years vboxsync ATA: Add the instance number to the statistics path
(edit) @23472   15 years vboxsync SCSI: Hardcode the instance number to the statistics path
(edit) @23469   15 years vboxsync AHCI: Add the instance number to the statistics path
(edit) @23467   15 years vboxsync AHCI: Bring CD/DVD support into a workable state again. Passthrough …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23450   15 years vboxsync Storage/iSCSI: redundant code
(edit) @23417   15 years vboxsync ATA/AHCI: report medium changes. for AHCI this is not in the active code
(edit) @23414   15 years vboxsync Storage/Block: add todo for proper async I/O handling
(edit) @23410   15 years vboxsync Storage/DrvHostBase: solaris - logrel fix.
(edit) @23409   15 years vboxsync Storage/DrvHostDVD: solaris - redundant code.
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