# # ChangeLog for trunk/include/VBox/vd-cache-plugin.h in vbox # # Generated by Trac 1.4.3.2 # Jan 5, 2025 6:27:52 PM Thu, 28 Oct 2010 15:37:21 GMT vboxsync [33567] * trunk/include/VBox/vd-cache-plugin.h (moved) * trunk/include/VBox/vd-plugin.h (moved) * trunk/include/VBox/vd.h (moved) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/VBoxDDUDeps.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Main/ApplianceImplIO.cpp (modified) * trunk/src/VBox/Main/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/MediumFormatImpl.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Makefile.kmk (modified) * trunk/src/VBox/Storage (added) * trunk/src/VBox/Storage/DMG.cpp (moved) * trunk/src/VBox/Storage/ISCSI.cpp (moved) * trunk/src/VBox/Storage/Makefile.kmk (added) * trunk/src/VBox/Storage/Parallels.cpp (moved) * trunk/src/VBox/Storage/RAW.cpp (moved) * trunk/src/VBox/Storage/VCICache.cpp (moved) * trunk/src/VBox/Storage/VD.cpp (moved) * trunk/src/VBox/Storage/VDFormats (moved) * trunk/src/VBox/Storage/VDI.cpp (moved) * trunk/src/VBox/Storage/VDICore.h (moved) * trunk/src/VBox/Storage/VHD.cpp (moved) * trunk/src/VBox/Storage/VMDK.cpp (moved) * trunk/src/VBox/Storage/testcase (moved) * trunk/src/VBox/Storage/testcase/Makefile.kmk (modified) * trunk/src/VBox/Storage/testcase/tstVD-2.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVD.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVDCopy.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVDShareable.cpp (modified) * trunk/src/VBox/Storage/testcase/tstVDSnap.cpp (modified) * trunk/src/VBox/Storage/testcase/vbox-img.cpp (modified) * trunk/src/VBox/Storage/testcase/vditool.cpp (modified) VD: Move the generic virtual disk framework + backends to ... Wed, 15 Sep 2010 18:25:32 GMT vboxsync [32536] * trunk/Config.kmk (modified) * trunk/include/VBox/VBoxHDD-CachePlugin.h (modified) * trunk/include/VBox/VBoxHDD-Plugin.h (modified) * trunk/include/VBox/VBoxHDD.h (modified) * trunk/include/VBox/err.h (modified) * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/DMGHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/ParallelsHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/RawHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/VCICacheCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VDICore.h (modified) * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVDCopy.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVDShareable.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/tstVDSnap.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/vbox-img.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/vditool.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) Storage/VBoxHDD: replace custom open flags with regular IPRT file ...