VirtualBox

Changeset 33459 in vbox for trunk


Ignore:
Timestamp:
Oct 26, 2010 11:27:41 AM (14 years ago)
Author:
vboxsync
Message:

Main: API docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r33458 r33459  
    18631863        <link to="IMedium::location"/> and IMedium for more details.
    18641864
    1865         Prior to VirtualBox 3.3, opening a medium added it to a global media
    1866         registry in the VirtualBox.xml file, which was shared between
    1867         all machines and made transporting machines and their media from one
    1868         host to another difficult.
    1869 
    1870         Starting with VirtualBox 3.3, media are only added to a registry when
    1871         they are attached to a machine. Machines created with VirtualBox 3.3
     1865        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
    18721872        or later can have their own media registry. As a result, a medium attached
    18731873        to such a machine will be remembered in that machine's XML settings file.
     
    86678667      <h3>Known media</h3>
    86688668
    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.
    86778680
    86788681      All known media can be enumerated using
     
    1436814371        <li>An active listener is very similar to a callback: it is a function invoked
    1436914372          by the API. As opposed to the callbacks that were used in the API before
    14370           VirtualBox 3.3 however, events are now objects with an interface hierarchy.
     14373          VirtualBox 4.0 however, events are now objects with an interface hierarchy.
    1437114374        </li>
    1437214375
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