VirtualBox

Ignore:
Timestamp:
Nov 2, 2009 7:28:47 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54248
Message:

Main: API doc fixes

File:
1 edited

Legend:

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

    r24266 r24275  
    794794  >
    795795    <desc>
    796       HWVirtEx property type. This enumeration represents possible values of the
    797       IMachine get- and setHWVirtExProperty methods.
     796      Hardware virtualization property type. This enumeration represents possible values
     797      for the <link to="IMachine::getHWVirtExProperty"/> and
     798      <link to="IMachine::setHWVirtExProperty"/> methods.
    798799    </desc>
    799800    <const name="Null"                value="0">
     
    802803    <const name="Enabled"             value="1">
    803804      <desc>
    804         HWVirtEx (VT-x/AMD-V) boolean property. Note that in case such extensions are not available,
    805         they will not be used.
     805        Whether hardware virtualization (VT-x/AMD-V) is enabled at all. If
     806        such extensions are not available, they will not be used.
    806807      </desc>
    807808    </const>
    808809    <const name="Exclusive"           value="2">
    809810      <desc>
    810         Exclusive use of the VT extensions boolean property. When enabled VirtualBox assumes it can acquire full and exclusive access
    811         to the VT-x or AMD-V feature of the host. To share these with other hypervisors you must disable this property.
     811        Whether hardware virtualization is used exclusively by VirtualBox. When enabled,
     812        VirtualBox assumes it can acquire full and exclusive access to the VT-x or AMD-V
     813        feature of the host. To share these with other hypervisors, you must disable this property.
    812814      </desc>
    813815    </const>
    814816    <const name="VPID"                value="3">
    815817      <desc>
    816         VT-x VPID boolean property. Note that in case this extension is not available,
    817         it will not be used.
     818        Whether VT-x VPID is enabled. If this extension is not available, it will not be used.
    818819      </desc>
    819820    </const>
    820821    <const name="NestedPaging"        value="4">
    821822      <desc>
    822         Nested Paging boolean property. Note that in case this extension is not available,
    823         it will not be used.
     823        Whether Nested Paging is enabled. If this extension is not available, it will not be used.
    824824      </desc>
    825825    </const>
     
    51385138    <method name="getHWVirtExProperty" const="yes">
    51395139      <desc>
    5140         Returns the HWVirtEx boolean value of the specified property.
     5140        Returns the value of the specified hardware virtualization boolean property.
    51415141
    51425142        <result name="E_INVALIDARG">
     
    51595159    <method name="setHWVirtExProperty">
    51605160      <desc>
    5161         Sets the HWVirtEx boolean value of the specified property.
     5161        Sets a new value for the specified hardware virtualization boolean property.
    51625162
    51635163        <result name="E_INVALIDARG">
     
    51685168      <param name="property" type="HWVirtExPropertyType" dir="in">
    51695169        <desc>
    5170           Property type to query.
     5170          Property type to set.
    51715171        </desc>
    51725172      </param>
    51735173      <param name="value" type="boolean" dir="in">
    51745174        <desc>
    5175           Property value.
     5175          New property value.
    51765176        </desc>
    51775177      </param>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette