VirtualBox

Changeset 9599 in vbox for trunk/include/VBox


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/include/VBox/VBoxHDD-new.h

    r9565 r9599  
    173173 * formats. It is silently ignored otherwise. */
    174174#define VD_OPEN_FLAGS_HONOR_SAME    RT_BIT(2)
    175 /** Do not perform the base/diff image check on open. This internally implies
    176  * opening the image as readonly. Images opened with this flag should only be
     175/** Do not perform the base/diff image check on open. This does NOT imply
     176 * opening the image as readonly (would break e.g. adding UUIDs to VMDK files
     177 * created by other products). Images opened with this flag should only be
    177178 * used for querying information, and nothing else. */
    178179#define VD_OPEN_FLAGS_INFO          RT_BIT(3)
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