Changeset 24275 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Nov 2, 2009 7:28:47 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54248
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r24266 r24275 794 794 > 795 795 <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. 798 799 </desc> 799 800 <const name="Null" value="0"> … … 802 803 <const name="Enabled" value="1"> 803 804 <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. 806 807 </desc> 807 808 </const> 808 809 <const name="Exclusive" value="2"> 809 810 <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. 812 814 </desc> 813 815 </const> 814 816 <const name="VPID" value="3"> 815 817 <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. 818 819 </desc> 819 820 </const> 820 821 <const name="NestedPaging" value="4"> 821 822 <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. 824 824 </desc> 825 825 </const> … … 5138 5138 <method name="getHWVirtExProperty" const="yes"> 5139 5139 <desc> 5140 Returns the HWVirtEx boolean value of the specifiedproperty.5140 Returns the value of the specified hardware virtualization boolean property. 5141 5141 5142 5142 <result name="E_INVALIDARG"> … … 5159 5159 <method name="setHWVirtExProperty"> 5160 5160 <desc> 5161 Sets the HWVirtEx boolean value of the specifiedproperty.5161 Sets a new value for the specified hardware virtualization boolean property. 5162 5162 5163 5163 <result name="E_INVALIDARG"> … … 5168 5168 <param name="property" type="HWVirtExPropertyType" dir="in"> 5169 5169 <desc> 5170 Property type to query.5170 Property type to set. 5171 5171 </desc> 5172 5172 </param> 5173 5173 <param name="value" type="boolean" dir="in"> 5174 5174 <desc> 5175 Property value.5175 New property value. 5176 5176 </desc> 5177 5177 </param>
Note:
See TracChangeset
for help on using the changeset viewer.