Changeset 35803 in vbox
- Timestamp:
- Feb 1, 2011 9:32:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r35638 r35803 1282 1282 unconst(m->pVirtualBox) = aVirtualBox; 1283 1283 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: 1285 1287 RTUUID uuid; 1286 1288 RTUuidClear(&uuid);
Note:
See TracChangeset
for help on using the changeset viewer.