VirtualBox

Ignore:
Timestamp:
Dec 15, 2008 6:23:42 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41023
Message:

Storage/VBoxHDD-new: implement UUID handling in VDCreate. Remove very broken code for handling move/shrink/grow, it would have done more harm than good. Lucky that these cases aren't used yet.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp

    r15366 r15529  
    13151315        else
    13161316        {
    1317             vrc = VDCopy(pDisk, 0, pDisk, "VMDK", Utf8Str(dst).raw(), true, 0, NULL, NULL, NULL);
     1317            vrc = VDCopy(pDisk, 0, pDisk, "VMDK", Utf8Str(dst).raw(), true, 0, NULL, NULL, NULL, NULL);
    13181318            if (RT_FAILURE(vrc))
    13191319            {
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp

    r15516 r15529  
    469469        /* Create the output image */
    470470        vrc = VDCopy(pSrcDisk, VD_LAST_IMAGE, pDstDisk, Utf8Str(dstformat).raw(),
    471                      Utf8Str(dst).raw(), false, 0, NULL, NULL, NULL);
     471                     Utf8Str(dst).raw(), false, 0, NULL, NULL, NULL, NULL);
    472472        if (RT_FAILURE(vrc))
    473473        {
Note: See TracChangeset for help on using the changeset viewer.

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