VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62679   8 年 vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62632   8 年 vboxsync Devices: unused parameter warnings.
(edit) @62625   8 年 vboxsync Devices: unused parameter warnings.
(edit) @62623   8 年 vboxsync s/ahci/pAhci/
(edit) @62621   8 年 vboxsync Devices: Fixed 3 instances of incorrect preprocessor macro usage …
(edit) @62618   8 年 vboxsync Devices: unused parameter warnings.
(edit) @62506   8 年 vboxsync (C) 2016
(edit) @62463   8 年 vboxsync Devices: scm
(edit) @62437   8 年 vboxsync Devices: MSC level 4 warnings (release build)
(edit) @61949   8 年 vboxsync strict build fix
(edit) @61947   8 年 vboxsync build fix
(edit) @61946   8 年 vboxsync Devices/Storage: save some space in release builds
(edit) @61231   8 年 vboxsync DrvHostBase: warnings/fixes on darwin
(edit) @60890   9 年 vboxsync Comment.
(edit) @60565   9 年 vboxsync Storage/LsiLogic: Fix regression causing writes to the disk to fail
(edit) @60555   9 年 vboxsync BusLogic: Adjusted model number to match a real 958D.
(edit) @60553   9 年 vboxsync BusLogic: Emulation improvements, thanks to Tomas Hurka.
(edit) @60446   9 年 vboxsync Devices/Storage/DrvSCSI: Deregister statistics on destruct
(edit) @60404   9 年 vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60348   9 年 vboxsync VSCSI: Always initialize the S/G buffer, even if it is empty. Fixes …
(edit) @60179   9 年 vboxsync Storage/DrvVD: Don't fail opening the image if getting the UUID fails …
(edit) @60057   9 年 vboxsync Storage/LsiLogic: Missing case
(edit) @60026   9 年 vboxsync Storage/BusLogic: Process mailboxes on a dedicated worker thread to …
(edit) @60015   9 年 vboxsync LsiLogic: Process requests from the BIOS on the worker thread and not …
(edit) @59627   9 年 vboxsync DrvVD: fix warning
(edit) @59550   9 年 vboxsync Storage/DrvVD: Log errors and requests taking too long (moved from the …
(edit) @59539   9 年 vboxsync Storage/DrvVD: Add methods to PDMIMEDIAEX for saving the request state …
(edit) @59538   9 年 vboxsync Storage/DrvVD: Add methods to query suspended requests, will be used …
(edit) @59536   9 年 vboxsync Storage: Move the suspend on recoverable error handling down to DrvVD …
(edit) @59476   9 年 vboxsync Storage/DrvVD: Make sure the disk container is destroyed when the …
(edit) @59455   9 年 vboxsync Storage/VD: Remove the custom code in each backend which allocates all …
(edit) @59452   9 年 vboxsync Devices/IOBufMgmt: fixes properties
(edit) @59448   9 年 vboxsync Devices/Storage: More work on the new I/O interface Implement a new …
(edit) @59305   9 年 vboxsync Storage/NVMe: Convert emulation to use PDMIMEDIAEX instead of …
(edit) @59290   9 年 vboxsync Storage/DrvVD.cpp: First simple implementation for the PDMIMEDIAEX …
(edit) @59284   9 年 vboxsync Storage: Sketch out new interface for async I/O which will replace …
(edit) @59274   9 年 vboxsync SCSI: Return the PDMIMEDIA interface of the driver below so DevPcBios …
(edit) @59252   9 年 vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59251   9 年 vboxsync Build fix
(edit) @59250   9 年 vboxsync Build fix
(edit) @59249   9 年 vboxsync Build fix for x86
(edit) @59248   9 年 vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @59152   9 年 vboxsync Move IoDepth statistics to the correct location too
(edit) @59151   9 年 vboxsync DrvSCSI,FE/VirtualBox: Display statisctics for SAS and USB storage …
(edit) @59049   9 年 vboxsync HBDMgmt-darwin.cpp: Log more details about the error if available
(edit) @58973   9 年 vboxsync build fix
(edit) @58971   9 年 vboxsync build fix
(edit) @58969   9 年 vboxsync Devices/Storage/HBDMgmt-darwin: be more verbose if DADiskClaim() or …
(edit) @58724   9 年 vboxsync BIOS: Support 64-bit LBA operation. Contributed by Maksym Sobolyev. …
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @58132   9 年 vboxsync *: Doxygen fixes.
(edit) @57902   9 年 vboxsync DevAHCI: logrel nit
(edit) @57709   9 年 vboxsync DevAHCI: ATA_TRUSTED_RECEIVE_DMA is not implemented but don't assert
(edit) @57527   9 年 vboxsync Storage/DrvDiskIntegrity: Fixes
(edit) @57442   9 年 vboxsync DECLCALLBACK and static
(edit) @57393   9 年 vboxsync DECLCALLBACK
(edit) @57391   9 年 vboxsync DECLCALLBACK
(edit) @57372   9 年 vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57196   9 年 vboxsync Storage/HBDMgmt-win: Much easier way to unmount volumes and take them …
(edit) @57190   9 年 vboxsync Devices/Storage: Start windows specific implementation for the host …
(edit) @57006   9 年 vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56992   9 年 vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56967   9 年 vboxsync Devices/Storage: Keep track of used host block devices and prevent the …
(edit) @56718   9 年 vboxsync Lets try it this way
(edit) @56715   9 年 vboxsync Fix various alignments of STAM members in devices and VMM for 32bit, …
(edit) @56676   9 年 vboxsync Storage/AHCI: Fix assertion which can trigger erroneously after …
(edit) @56658   9 年 vboxsync Storage/AHCI: Fix possible use after free after an I/O error occurred. …
(edit) @56641   9 年 vboxsync Comment
(edit) @56639   9 年 vboxsync AHCI: Make sure all memory allocated from the driver below is freed …
(edit) @56594   9 年 vboxsync Storage/AHCI: Don't try to free a request structure which does not …
(edit) @56579   9 年 vboxsync Storage/ATA: fixed returned device strings from INQUIRY command (were …
(edit) @56439   9 年 vboxsync PDM/VSCSI: Added PDMISCSICONNECTOR interface to report LUN type.
(edit) @56429   9 年 vboxsync vboxscsiReset: Reset cbBufLeft too.
(edit) @56428   9 年 vboxsync VBoxSCSI: Remove needless code
(edit) @56427   9 年 vboxsync build fix
(edit) @56426   9 年 vboxsync Storage/VBoxSCSI: Fix write support regression and cleanup saved state …
(edit) @56425   9 年 vboxsync VBoxSCSI: fixed assertions
(edit) @56413   9 年 vboxsync IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
(edit) @56408   9 年 vboxsync DevATA: Allow ataBMDMACmdWriteB to start stuff in ring-0 too.
(edit) @56407   9 年 vboxsync duh
(edit) @56406   9 年 vboxsync DevATA: Merged ataIOPortRead1Data/ataIOPortWrite1Data with …
(edit) @56405   9 年 vboxsync DevATA: Split out the data port from the IOPortBase1 I/O port …
(edit) @56404   9 年 vboxsync DevATA: Read final PIO transfer unit in ring-0.
(edit) @56402   9 年 vboxsync DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to …
(edit) @56400   9 年 vboxsync DevATA: Use the R3 infix to clarify in which context things are executed.
(edit) @56399   9 年 vboxsync nits
(edit) @56394   9 年 vboxsync build fix
(edit) @56393   9 年 vboxsync UsbMsd: Added scaffolding for returning different descriptors when …
(edit) @56392   9 年 vboxsync DevATA: Replaced AsyncIORequestMutex (RTSEMMUTEX) with a PDM critical …
(edit) @56292   9 年 vboxsync Devices: Updated (C) year.
(edit) @56285   9 年 vboxsync DevAHCI: LogRel nit.
(edit) @56284   9 年 vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56275   9 年 vboxsync LogRel nit.
(edit) @56271   9 年 vboxsync VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to …
(edit) @56087   9 年 vboxsync Storage/AHCI: Fix race condition which might lead to a hang during …
(edit) @55964   10 年 vboxsync Storage/VD: Make sure the disk is destroyed when destroying the driver …
(edit) @55871   10 年 vboxsync Storage/DrvVD: Fix VM hang during power off because of an order …
(edit) @55850   10 年 vboxsync Windows build fix
(edit) @55847   10 年 vboxsync AHCI: Cleanup, fix a few concurrency and hopefully a double free …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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