~ubuntu-branches/ubuntu/oneiric/virtualbox/oneiric-updates

« back to all changes in this revision

Viewing changes to src/VBox/Main/idl/VirtualBox.xidl

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-09-02 11:50:47 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20110902115047-kfhmsikrpydgyoji
Tags: 4.1.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox.files/source_virtualbox.py
    - debian/virtualbox.install
  - Drop *-source packages.
  - Add vboxguest modalias the to the package control field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8733
8733
      <desc>
8734
8734
        Executes an existing program inside the guest VM.
8735
8735
 
 
8736
        <note>
 
8737
        Starting at VirtualBox 4.1.2 guest process execution by default is limited
 
8738
        to serve up to 5 guest processes at a time. If a new guest process gets started
 
8739
        which would exceed this limit, the oldest not running guest process will be discarded
 
8740
        in order to be able to run that new process. Also, retrieving output from this
 
8741
        old guest process will not be possible anymore then. If all 5 guest processes
 
8742
        are still active and running, starting a new guest process will result in an
 
8743
        appropriate error message.
 
8744
 
 
8745
        To raise or lower the guest process execution limit, either the guest property
 
8746
        "/VirtualBox/GuestAdd/VBoxService/--control-procs-max-kept" or VBoxService'
 
8747
        command line by specifying "--control-procs-max-kept" needs to be modified.
 
8748
        A restart of the guest OS is required afterwards. To serve unlimited guest
 
8749
        processes, a value of "0" needs to be set (not recommended).
 
8750
        </note>
 
8751
 
8736
8752
        <result name="VBOX_E_IPRT_ERROR">
8737
8753
          Could not execute process.
8738
8754
        </result>
9044
9060
      <desc>
9045
9061
        Reads the next directory entry of an opened guest directory.
9046
9062
 
 
9063
        <result name="E_ABORT">
 
9064
          When the end of the directory has been reached.
 
9065
        </result>
 
9066
 
9047
9067
        <result name="VBOX_E_IPRT_ERROR">
9048
9068
          Error while opening / reading directory.
9049
9069
        </result>
9065
9085
      <desc>
9066
9086
        Checks if the specified file name exists and is a regular file.
9067
9087
 
 
9088
        If the file name ends with a slash or backslash, the function assumes
 
9089
        it's a directory and will check if the specified directory exists and
 
9090
        is a regular directory.
 
9091
 
9068
9092
        <result name="VBOX_E_IPRT_ERROR">
9069
9093
          Error while looking up information.
9070
9094
        </result>