VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @45061   12 年 vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @44889   12 年 vboxsync Undid bad commit.
(edit) @44888   12 年 vboxsync BusLogic: Ignore mailbox commands if mailbox not set up.
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @43693   12 年 vboxsync VSCSI: Added support for media locking/unlocking.
(edit) @43640   12 年 vboxsync VSCSI: Added basic media change support.
(edit) @43517   12 年 vboxsync DrvSCSI: Connect some of the dots for removable media change (not yet …
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @39764   13 年 vboxsync DrvSCSI: Log errors to the release log for the synchronous I/O path too
(edit) @39566   13 年 vboxsync SCSI: Add support for readonly disks
(edit) @39550   13 年 vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39498   13 年 vboxsync RTReq refactoring.
(edit) @38878   13 年 vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38680   13 年 vboxsync VSCSI+DrvSCSI: Add support for the UNMAP command if discarding is enabled
(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) @34452   14 年 vboxsync SCSI: Fix crash on startup
(edit) @34433   14 年 vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34148   14 年 vboxsync DrvSCSI: warning
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33101   14 年 vboxsync BusLogic,SCSI: Don't propagate VINF_VD_ASYNC_IO_FINISHED to the caller
(edit) @33016   14 年 vboxsync SCSI: Query parameters only for a read or write
(edit) @33015   14 年 vboxsync SCSI: Log errors of completed requests
(edit) @32983   14 年 vboxsync LsiLogic: Suspend the VM on a recoverable error without changing the …
(edit) @30384   14 年 vboxsync SCSI: Log used I/O method
(edit) @29586   15 年 vboxsync SCSI: Fix IoDepth statistic
(edit) @29330   15 年 vboxsync SCSI: Create the I/O thread and request queue only if the async I/O …
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29213   15 年 vboxsync DrvSCSI: Fix crash when an error occurs and print errors in the release log
(edit) @29049   15 年 vboxsync SCSI: Another assertion fix
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28784   15 年 vboxsync Interface changes for error reporting and async I/O
(edit) @28383   15 年 vboxsync async I/O: Add async flush method
(edit) @28258   15 年 vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28065   15 年 vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27977   15 年 vboxsync VBoxHDD: Async I/O for flat images are back
(edit) @27671   15 年 vboxsync SCSI: Fixes for the async I/O path
(edit) @27665   15 年 vboxsync SCSI: Cleanup during destruction
(edit) @27664   15 年 vboxsync SCSI: More statistics
(edit) @27654   15 年 vboxsync DrvSCSI: Use the new VSCSI component and implement the async interface
(edit) @26837   15 年 vboxsync SCSI: Do not assert if there is no sense buffer
(edit) @26173   15 年 vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 年 vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26001   15 年 vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 年 vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 年 vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25974   15 年 vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25966   15 年 vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25893   15 年 vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @24751   15 年 vboxsync DrvSCSI: Converted to async reset, suspend and power off notification …
(edit) @24678   15 年 vboxsync Misc: Shut up annoying gcc warnings on darwin.
(edit) @24245   15 年 vboxsync DrvSCSI: Use PDMR3ThreadSuspend in drvscsiPowerOff and drvscsiSuspend …
(edit) @24242   15 年 vboxsync drvscsiAsyncIOLoopNoPendingDummy: fixed true/false mixup causing …
(edit) @24241   15 年 vboxsync DrvSCSI: Only hard disks are supported. Don't assert, set a proper …
(edit) @24124   15 年 vboxsync DrvSCSI: Initialize DRVSCSI::pDrvIns.
(edit) @24105   15 年 vboxsync DrvSCSI: make sure any pending dummy requst has landed taken down …
(edit) @24104   15 年 vboxsync DrvSCSI: Need to synchronize all pending requests before any driver …
(edit) @24101   15 年 vboxsync DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver …
(edit) @24098   15 年 vboxsync DevLsiLogic,DrvSCSI: Added new DrvSCSI method for synchronizing the …
(edit) @23472   15 年 vboxsync SCSI: Hardcode the instance number to the statistics path
(edit) @23356   15 年 vboxsync SCSI: Add support for disks greater 2TB
(edit) @22850   15 年 vboxsync SCSI: Remove non supported command reporting it as an invalid opcode …
(edit) @22277   15 年 vboxsync PDMDRVREG change (big changeset).
(add) @21321   15 年 vboxsync OSE: export SCSI + SATA
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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