VirtualBox

Changeset 35803 in vbox


Ignore:
Timestamp:
Feb 1, 2011 9:32:51 AM (14 years ago)
Author:
vboxsync
Message:

Main: document the reasoning behind the host drive UUIDs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r35638 r35803  
    12821282    unconst(m->pVirtualBox) = aVirtualBox;
    12831283
    1284     /* fake up a UUID which is unique, but also reproducible */
     1284    // We do not store host drives in VirtualBox.xml or anywhere else, so if we want
     1285    // host drives to be identifiable by UUID and not give the drive a different UUID
     1286    // every time VirtualBox starts, we need to fake a reproducible UUID here:
    12851287    RTUUID uuid;
    12861288    RTUuidClear(&uuid);
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