VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67962   7 years vboxsync Warning.
(edit) @67961   7 years vboxsync VSCSI: Added virtual SSC device. WIP, disabled by default.
(edit) @67960   7 years vboxsync Fixing bad commit.
(edit) @67959   7 years vboxsync DevATA: Select device 0 when resetting, see bugref:5869
(edit) @67841   7 years vboxsync Devices/Storage: Don't prevent VM startup with an empty host DVD drive …
(edit) @66970   8 years vboxsync VSCSI/SBC: Mixed up cSectors and cbSector
(edit) @66969   8 years vboxsync VSCSI/SBC: Fix querying disk regions after last commit
(edit) @66967   8 years vboxsync VSCSI/SBC: Fix querying disk regions after last commit
(edit) @66955   8 years vboxsync Devices/Storage/DrvSCSI,VSCSI: Support CD/DVD images with multiple …
(edit) @66164   8 years vboxsync VSCSI/MMC: Support getting only specific features when indicated in …
(edit) @66065   8 years vboxsync Devices/Storage/VSCSI: Make sure the additional allocated segments are …
(edit) @66063   8 years vboxsync Devices/Storage/VSCSI: Implement READ CD command for MMC driver
(edit) @66058   8 years vboxsync Devices/Storage/VSCSI: Add possiblity for the LUN to attach opaque …
(edit) @65648   8 years vboxsync gcc 7: Devices: fall thru
(edit) @65111   8 years vboxsync Storage/Devices/VSCSI: Make use of the new SCSI inline helpers and …
(edit) @64654   8 years vboxsync VSCSI,DrvSCSI: Proper residual calculation, save the transfer size …
(edit) @64412   8 years vboxsync VSCSI: Start on support for SCSI_MAINTENANCE_IN_REPORT_SUPP_OPC, work …
(edit) @64152   8 years vboxsync DrvSCSI,VSCSI: Fix detection of new media, need to recalculate the …
(edit) @64132   8 years vboxsync VSCSI: Add method to eject media from the guest and make use of it in …
(edit) @64065   8 years vboxsync build fix
(edit) @64064   8 years vboxsync VSCSI: Port missing commands over from the AHCI controller
(edit) @63994   8 years vboxsync another fix
(edit) @63993   8 years vboxsync build fix
(edit) @63992   8 years vboxsync VSCSI,DrvSCSI: Switch to PDMIMEDIAEX instead of using PDMIMEDIAASYNC
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63461   8 years vboxsync Devices: warnings
(edit) @62885   8 years vboxsync Devices: gcc warnings
(edit) @62506   8 years vboxsync (C) 2016
(edit) @60348   9 years vboxsync VSCSI: Always initialize the S/G buffer, even if it is empty. Fixes …
(edit) @57391   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56439   9 years vboxsync PDM/VSCSI: Added PDMISCSICONNECTOR interface to report LUN type.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @55643   10 years vboxsync Undoing bad commit.
(edit) @55641   10 years vboxsync FDC: Improved empty drive handling. Still needs work.
(edit) @54052   10 years vboxsync Storage/VSCSI: small leak in error path
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @52715   10 years vboxsync Undoing accidental commit.
(edit) @52713   10 years vboxsync BusLogic: Slightly enhanced debug info.
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @47829   11 years vboxsync Devices/Storage: Preparations for non 512 byte sector sizes. Add a new …
(edit) @46598   11 years vboxsync Typo.
(edit) @46597   11 years vboxsync VSCSI: Fail unsupported MODE SENSE requests.
(edit) @46509   11 years vboxsync VSCSI: Careful with non-present LUNs.
(edit) @46400   12 years vboxsync LunSbc: Accept dummy logical block length sets.
(edit) @44889   12 years vboxsync Undid bad commit.
(edit) @44888   12 years vboxsync BusLogic: Ignore mailbox commands if mailbox not set up.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43693   12 years vboxsync VSCSI: Added support for media locking/unlocking.
(edit) @43691   12 years vboxsync VSCSI: Initialize sense information properly, in case the first thing …
(edit) @43687   12 years vboxsync VSCSI: Missing break
(edit) @43662   12 years vboxsync VSCSI: Fabricate session information (Vista and later insists on it).
(edit) @43640   12 years vboxsync VSCSI: Added basic media change support.
(edit) @43587   12 years vboxsync VSCSI-MMC: Added very basic READ TOC support. FreeBSD 6.4 insists on it.
(edit) @40500   13 years vboxsync Keep track of medium lock state.
(edit) @39566   13 years vboxsync SCSI: Add support for readonly disks
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(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) @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) @38530   13 years vboxsync VSCSI: Implement REQUEST SENSE command
(edit) @35062   14 years vboxsync VSCSI: Fix read beyond end of S/G array
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32983   14 years vboxsync LsiLogic: Suspend the VM on a recoverable error without changing the …
(edit) @30174   14 years vboxsync VSCSI: Handle VERIFY(10) command. Fixes full format during Windows …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28065   15 years vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27671   15 years vboxsync SCSI: Fixes for the async I/O path
(edit) @27665   15 years vboxsync SCSI: Cleanup during destruction
(edit) @27661   15 years vboxsync VSCSI: Add the command queuing supported flag for hard disks
(edit) @27659   15 years vboxsync VSCSI: Fixed unitialized variable
(edit) @27658   15 years vboxsync VSCSI: Fixed unitialized variable
(edit) @27657   15 years vboxsync VSCSI: typo
(add) @27653   15 years vboxsync VSCSI: New SCSI interpreter component which will replace the old stuff …
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