VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @60404   9 年 vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60179   9 年 vboxsync Storage/DrvVD: Don't fail opening the image if getting the UUID fails …
(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) @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) @59252   9 年 vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59248   9 年 vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @58132   9 年 vboxsync *: Doxygen fixes.
(edit) @57393   9 年 vboxsync DECLCALLBACK
(edit) @57372   9 年 vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56967   9 年 vboxsync Devices/Storage: Keep track of used host block devices and prevent the …
(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) @55770   10 年 vboxsync DrvVD: variable scope
(edit) @55686   10 年 vboxsync DrvVD: rc is not part of the format string anymore
(edit) @55434   10 年 vboxsync Oops, LWIP_IPV6, which is 0 or 1 should be tested with #if, not #ifdef.
(edit) @55432   10 年 vboxsync G/c VBOX_WITH_NEW_LWIP. This option only affects DevINIP/DrvVD (as …
(edit) @55431   10 年 vboxsync DrvVD: use uint64_t for disk size.
(edit) @54977   10 年 vboxsync DrvVD: don't make 'rc=%Rrc' part of the error message as the error …
(edit) @54591   10 年 vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54340   10 年 vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @53539   10 年 vboxsync Storage/iSCSI: Fail when a connection attempt takes too long to pause …
(edit) @53407   10 年 vboxsync Disk encryption: Make sure the DekMissing guest property is set before …
(edit) @53148   10 年 vboxsync Port a part of r95116 (disk encryption changes in 4.3) which was …
(edit) @52063   10 年 vboxsync build fix
(edit) @52062   10 年 vboxsync build fix
(edit) @52023   10 年 vboxsync pdmifs.h,DrvBlock,DrvVD: Add methods to allocate and free I/O buffer …
(edit) @51923   10 年 vboxsync Console,DrvVD: Clear the encryption keys on suspend
(edit) @51899   10 年 vboxsync Console,DrvVD: Make disk encryption completely configurable through …
(edit) @51754   10 年 vboxsync Main,DrvVD,VD: Implement support for VD plugins from extension packs
(edit) @51752   10 年 vboxsync Storage,DrvVD,Main: Redo the way secret keys are passed from Main to …
(edit) @51342   11 年 vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @51103   11 年 vboxsync Devics/Storage/DrvVD: Add support for filter plugins
(edit) @48947   11 年 vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48872   11 年 vboxsync DrvVD.cpp: nits and some logging.
(edit) @48744   11 年 vboxsync Devices/Storage: Support different sector sizes, booting from images …
(edit) @47829   11 年 vboxsync Devices/Storage: Preparations for non 512 byte sector sizes. Add a new …
(edit) @45356   12 年 vboxsync tabs
(edit) @45061   12 年 vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @44358   12 年 vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @43923   12 年 vboxsync DrvVD: IPv6 and new LWIP introduction.
(edit) @43861   12 年 vboxsync Storage: Introduce new flag to skip unnecessary consistency checks in …
(edit) @42073   12 年 vboxsync Fix error message
(edit) @42071   12 年 vboxsync DrvVD: Add InformAboutZeroBlocks CFGM key
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @39855   13 年 vboxsync Various drivers: Use PDMIBASE_2_PDMDRV instead of cooking your own stuff.
(edit) @39414   13 年 vboxsync PDMBlkCache: Clear all entries on reset to prevent that unwritten data …
(edit) @38878   13 年 vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38622   13 年 vboxsync AHCI+DrvBlock+DrvVD: Add support for the TRIM command and connect with …
(edit) @38469   13 年 vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @37641   13 年 vboxsync DrvVD: Correct logging\n
(edit) @36022   14 年 vboxsync DrvVD: Fix crash for the internal network stack case
(edit) @36003   14 年 vboxsync DrvVD: Make use of the new flag in case UseNewIo is unset but there is …
(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) @35162   14 年 vboxsync BlkCache: Fix possible crash during suspend of the VM. The cache must …
(edit) @35072   14 年 vboxsync DrvVD: remove poweroff callback (not needed anymore). Fixes assertion …
(edit) @34930   14 年 vboxsync DrvVD: Don't use the builtin cache when opening the image on readonly mode
(edit) @34434   14 年 vboxsync Switch to the new block cache and disable the old one for now
(edit) @34433   14 年 vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34247   14 年 vboxsync DrvVD: Bugfix
(edit) @34224   14 年 vboxsync DrvVD: Block cache integration, work in progress
(edit) @34217   14 年 vboxsync VD: Use S/G buffers instead of S/G arrays for VDAsyncWrite and …
(edit) @33745   14 年 vboxsync VCI: Updates
(edit) @33567   14 年 vboxsync VD: Move the generic virtual disk framework + backends to …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33524   14 年 vboxsync Storage: Implement offical support for other disk types like DVD and …
(edit) @33218   14 年 vboxsync AsyncCompletion: Move bandwidth groups to the generic code and support …
(edit) @32818   14 年 vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32691   14 年 vboxsync Storage/VBoxHDD+iSCSI+DrvVD,Main/Medium: Make the IO and TCPNET …
(edit) @32553   14 年 vboxsync VBoxHDD: More cleanup - The I/O interface between the generic …
(edit) @32536   14 年 vboxsync Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
(edit) @32430   14 年 vboxsync VD: Little experiment to speed up booting from a high latency storage …
(edit) @32277   14 年 vboxsync DrvVD: Implement alternate select interface for Windows XP to avoid …
(edit) @31578   14 年 vboxsync whitespace
(edit) @31457   14 年 vboxsync DrvVD: Don't change the events if the socket is not connected
(edit) @31456   14 年 vboxsync VBoxHDD: Make the non blocking read/write socket APIs available in the …
(edit) @31186   14 年 vboxsync Grrr
(edit) @31185   14 年 vboxsync VBoxHDD: Add a flag to disable locking of an image file
(edit) @31180   14 年 vboxsync Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
(edit) @31128   14 年 vboxsync Main/Console,Storage/DrvVD+fdc: Allow readonly floppy images (suppress …
(edit) @31098   14 年 vboxsync iSCSI: First part for async I/O. Move I/O into a separate thread and …
(edit) @30468   14 年 vboxsync IPRT: - Corrected RTSGBUF member names. - Corrected RTSgBufInit …
(edit) @30309   14 年 vboxsync Storage/iSCSI: switch to sending in a single call, avoiding separate …
(edit) @30221   14 年 vboxsync DrvVD: todo/r=bird: lwip_recv does not set errno, so checking it here …
(edit) @30111   14 年 vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @29135   15 年 vboxsync Storage/DrvVD: quick workaround for the synchronization problems when …
(edit) @29006   15 年 vboxsync VBoxHDD: Move the FinishWrite call from DrvVD to VBoxHDD where we can …
(edit) @28835   15 年 vboxsync Main: live snapshot merging. initially limited to forward merging …
(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
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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