VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @11444   16 年 vboxsync Storage/VBoxHDD-new: introduced VD interfaces per image and per …
(edit) @11435   16 年 vboxsync Storage: big cleanup of the VD interfaces, especially hide the linked …
(edit) @11421   16 年 vboxsync Storage/VBoxHDD-new: Added backend info, listing the supported file …
(edit) @11353   16 年 vboxsync VBoxHDD-new: add new UUID parameter to image creation, specifying …
(edit) @11287   16 年 vboxsync Devices: %Vuuid -> %RTuuid (just preferred, not mandatory (yet))
(edit) @11286   16 年 vboxsync Devices: %Vra -> %Rra (just preferred, not mandatory (yet))
(edit) @11284   16 年 vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 年 vboxsync Devices: pData -> pThis.
(edit) @11267   16 年 vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 年 vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11191   16 年 vboxsync DrvMediaIOS: removed unnecessary assertion.
(edit) @11188   16 年 vboxsync DrvMediaISO: Report failures!
(edit) @11187   16 年 vboxsync DrvBlock: Report failures! Use CFGMR3*Def().
(edit) @11184   16 年 vboxsync DevATA: Init handle values so the destructor workes quietly. Use the …
(edit) @11183   16 年 vboxsync DevATA: Use CFGM*Def().
(edit) @11176   16 年 vboxsync VBoxHDD-new: VDGetInterface* has a pointer to the interface descriptor …
(edit) @11175   16 年 vboxsync Storage: pass the right pointer to VDGetInterface*
(edit) @11161   16 年 vboxsync GC->RC: ATA and AHCI.
(edit) @11159   16 年 vboxsync GC->RC: ATA and AHCI.
(edit) @11151   16 年 vboxsync #1865: ATA and AHCI.
(edit) @11144   16 年 vboxsync #1865: ATA and AHCI.
(edit) @11143   16 年 vboxsync DevATA/DevAHCI: janitorial work - do not duplicate the ATA structures. …
(edit) @11047   16 年 vboxsync Storage: Temporary integration of configuration interface.
(edit) @11039   16 年 vboxsync Disk backends: remove dead code.
(edit) @10994   16 年 vboxsync typo
(edit) @10850   16 年 vboxsync Fix invalid pointer to pDrvIns in DrvVD
(edit) @10781   16 年 vboxsync Fix incorrect image flags handling - the values in the image and used …
(edit) @10743   16 年 vboxsync Fix crashers when destructing DrVD
(edit) @10715   16 年 vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10540   16 年 vboxsync First very rough cut at the conversion of iSCSI to a VBoxHDD-new …
(edit) @10539   16 年 vboxsync Add forgotten assertion
(edit) @10467   16 年 vboxsync Provide CAP_FILE flag for backends operating on files.
(edit) @10041   16 年 vboxsync VBOX_KBUILD_HACKING…
(edit) @9734   16 年 vboxsync Extended the interface with backends to support time stamps and …
(edit) @9599   16 年 vboxsync Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition …
(edit) @9572   16 年 vboxsync IDE: Make SCO OpenServer disk detection work
(edit) @9566   16 年 vboxsync Fix condition once more.
(edit) @9565   16 年 vboxsync Fix incorrect check verifying disk type. Also make the API for getting …
(edit) @9560   16 年 vboxsync Straighten handling of image types in the generic code. Also cleanup …
(edit) @9528   16 年 vboxsync fixes in setparentuuid and read/write to support diff images.
(edit) @9490   16 年 vboxsync warnings
(edit) @9418   16 年 vboxsync VHD creation/deletion code as well as create/write/close/open/read …
(edit) @9387   16 年 vboxsync 64-bit GC alignment fixes
(edit) @9330   16 年 vboxsync More PCI config register setters.
(edit) @9264   16 年 vboxsync Changed pseudo random generator initialization to use a single 32-bit …
(edit) @9263   16 年 vboxsync Small fix in VDI backend, writes exceeding a block boundary were truncated.
(edit) @9262   16 年 vboxsync VDMerge testcase with pseudo random writes.
(edit) @9212   16 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9084   17 年 vboxsync Fix for 64-bit win builds: char* to const char* conversion.
(edit) @9071   17 年 vboxsync New internal command 'renamevmdk' in VBoxManage with corresponding …
(edit) @9047   17 年 vboxsync Partially implemented rename vmdk api call.
(edit) @8760   17 年 vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 年 vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8708   17 年 vboxsync Just do the simple 30 second wait for each worker thread. There …
(edit) @8703   17 年 vboxsync typo
(edit) @8676   17 年 vboxsync Again, 3ms + VERR_TIMEOUT. Added a new assertions w/ more info. (If it …
(edit) @8594   17 年 vboxsync AssertPtrBreakVoid -> AssertPtrBreak.
(edit) @8579   17 年 vboxsync AssertBreakVoid -> AssertBreak
(edit) @8569   17 年 vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8565   17 年 vboxsync AssertMsgBreak -> AssertMsgBreakStmt.
(edit) @8541   17 年 vboxsync Why do I keep hitting this assertion?!? 3ms and bang. Added more info.
(edit) @8529   17 年 vboxsync Unlock media on VM reset.
(edit) @8512   17 年 vboxsync Disabled file locking for windows hosts. Open read/write file in …
(edit) @8509   17 年 vboxsync Fixed reversed parameter check creating VMDK. Harmless, as it caused …
(edit) @8374   17 年 vboxsync AHCI: Remove temporary buffer, map the pages of the guest in R3 and …
(edit) @8297   17 年 vboxsync Make the vmdk format error checking tighter and fix an annoying gcc …
(edit) @8248   17 年 vboxsync More VD testcases.
(edit) @8229   17 年 vboxsync Opening a monolithic sparse VMDK was lacking the initialization of the …
(edit) @8170   17 年 vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @8132   17 年 vboxsync more rebranding
(edit) @8017   17 年 vboxsync Solaris hostdvd: attempt to better mediachanged detection.
(edit) @8015   17 年 vboxsync VMDK: Fix a really nasty and indirect bug when creating split sparse …
(edit) @7981   17 年 vboxsync VMDK: added missing bit for optimizing away writes with the same data …
(edit) @7967   17 年 vboxsync VBoxHDD-new: Fix incorrect error handling (causing a crash) and an …
(edit) @7900   17 年 vboxsync Fix generic image merging code (make the appropriate images writable …
(edit) @7897   17 年 vboxsync Clarify meaning of the "suppress allocating write" VD flag.
(edit) @7896   17 年 vboxsync Fix VMDK image debug dump.
(edit) @7895   17 年 vboxsync Add a VD testcase based loosely on the VDI testcase. To be improved.
(edit) @7894   17 年 vboxsync VDI: Skip flushing the image if the open wasn't successful.
(edit) @7846   17 年 vboxsync VMDK: when changing key=value pairs, skip over the =.
(edit) @7824   17 年 vboxsync Fix assertion
(edit) @7780   17 年 vboxsync Add function to query all available VD backends, together with their …
(edit) @7754   17 年 vboxsync More info on this ataDestruct assertion.
(edit) @7690   17 年 vboxsync Integrate contributed code to implement VDCopy function in VBoxHDD-new.
(edit) @7689   17 年 vboxsync Integrate contributed code to rename a VDI file.
(edit) @7654   17 年 vboxsync Implement raw file backend for VBoxHDD-new.
(edit) @7653   17 年 vboxsync Fix senseless code in VMDK comment handling.
(edit) @7652   17 年 vboxsync Tiny validity check and comment cleanup in new VDI implementation.
(edit) @7636   17 年 vboxsync oops.
(edit) @7630   17 年 vboxsync Keep hitting the assertion in the wait code. Attempt to improve this …
(edit) @7580   17 年 vboxsync Fix error handling memory leak. And change incorrect macro naming.
(edit) @7576   17 年 vboxsync File open cache (important for windows raw partition access), quoting …
(edit) @7575   17 年 vboxsync eliminate tabs
(edit) @7281   17 年 vboxsync Accept PCHS=0/0/0 when creating images. Will be fixed when the image …
(edit) @7277   17 年 vboxsync Make the backend type a per-image property and get away from the per …
(edit) @7275   17 年 vboxsync Silly bug in the new VDI creation code.
(edit) @7232   17 年 vboxsync Get rid of the no longer needed hacky wait for the async I/O threads …
(edit) @7231   17 年 vboxsync Fixed a couple of long-standing thinkos (one can't just add shift …
(edit) @7199   17 年 vboxsync Fixed assorted nasty bugs introduced by the previous big cleanup. And …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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