VirtualBox

Changeset 9599 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jun 11, 2008 11:26:09 AM (17 years ago)
Author:
vboxsync
Message:

Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition caused trouble by overoptimizing. Zero UUIDs for VMDK files created by VMware is not acceptable, as it breaks Main.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

    r9566 r9599  
    10441044                           ("uOpenFlags=%#x\n", uOpenFlags),
    10451045                           rc = VERR_INVALID_PARAMETER);
    1046 
    1047         /* Force readonly for images without base/diff consistency checking. */
    1048         if (uOpenFlags & VD_OPEN_FLAGS_INFO)
    1049             uOpenFlags |= VD_OPEN_FLAGS_READONLY;
    10501046
    10511047        /* Set up image descriptor. */
Note: See TracChangeset for help on using the changeset viewer.

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