- Timestamp:
- Oct 26, 2010 11:27:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r33458 r33459 1863 1863 <link to="IMedium::location"/> and IMedium for more details. 1864 1864 1865 Prior to VirtualBox 3.3, opening a medium added it to a global media1866 registry in the VirtualBox.xml file, which was shared between 1867 a ll machines and made transporting machines and their media from one1868 host to anotherdifficult.1869 1870 Starting with VirtualBox 3.3, media are only added to a registry when1871 they are attached to a machine. Machines created with VirtualBox 3.31865 Prior to VirtualBox 4.0, opening a medium added it to a global media 1866 registry in the VirtualBox.xml file, which was shared between all machines 1867 and made transporting machines and their media from one host to another 1868 difficult. 1869 1870 Starting with VirtualBox 4.0, media are only added to a registry when 1871 they are attached to a machine. Machines created with VirtualBox 4.0 1872 1872 or later can have their own media registry. As a result, a medium attached 1873 1873 to such a machine will be remembered in that machine's XML settings file. … … 8667 8667 <h3>Known media</h3> 8668 8668 8669 When an existing medium is opened for the first time, it is automatically 8670 remembered by the given VirtualBox installation or, in other words, becomes 8671 a <i>known medium</i>. Known media are stored in the media 8672 registry transparently maintained by VirtualBox and stored in settings 8673 files so that this registry is preserved when VirtualBox is not running. 8674 8675 Newly created virtual media are remembered only when the associated 8676 storage unit is actually created. 8669 When an existing medium is opened and attached to a virtual machine, it 8670 is automatically added to a media registry. If the medium has first 8671 been attached to a machine which was created by VirtualBox 4.0 or later, 8672 it is added to that machine's media registry (in the machine XML settings 8673 file; this way all information about a machine's media attachments is 8674 contained in a single file). For older media attachments (i.e. if the 8675 medium was first attached to a machine which was created with a VirtualBox 8676 version before 4.0), media continue to be registered in the global 8677 VirtualBox settings file, for backwards compatibility. 8678 8679 See <link to="IVirtualBox::openMedium" /> for more information. 8677 8680 8678 8681 All known media can be enumerated using … … 14368 14371 <li>An active listener is very similar to a callback: it is a function invoked 14369 14372 by the API. As opposed to the callbacks that were used in the API before 14370 VirtualBox 3.3however, events are now objects with an interface hierarchy.14373 VirtualBox 4.0 however, events are now objects with an interface hierarchy. 14371 14374 </li> 14372 14375
Note:
See TracChangeset
for help on using the changeset viewer.