Changeset 32063 in vbox for trunk/src/VBox/Main/VirtualBoxImpl.cpp
- Timestamp:
- Aug 29, 2010 8:41:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r31814 r32063 603 603 * the global lists of known media. 604 604 * 605 * This now ( 3.3) gets called from two locations:605 * This now (4.0) gets called from two locations: 606 606 * 607 607 * -- VirtualBox::init(), to load the global media registry from VirtualBox.xml; 608 608 * 609 609 * -- Machine::loadMachineDataFromSettings(), to load the per-machine registry 610 * from machine XML, for machines created with VirtualBox 3.3or later.610 * from machine XML, for machines created with VirtualBox 4.0 or later. 611 611 * 612 612 * In both cases, the media found are added to the global lists so the … … 2802 2802 * and that is used to identify the global media registry. 2803 2803 * 2804 * Starting with VirtualBox 3.3each medium remembers in its instance data2804 * Starting with VirtualBox 4.0 each medium remembers in its instance data 2805 2805 * in which media registry it is saved (if any): this can either be a machine 2806 2806 * UUID, if it's in a per-machine media registry, or this global ID. … … 3051 3051 * 3052 3052 * -- Machine::saveSettings() with the UUID of a machine, if a medium 3053 * has been attached to a machine created with VirtualBox 3.3or later.3053 * has been attached to a machine created with VirtualBox 4.0 or later. 3054 3054 * 3055 3055 * Media which have only been temporarily opened without having been
Note:
See TracChangeset
for help on using the changeset viewer.