Changeset 23733 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Oct 13, 2009 2:48:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r23727 r23733 770 770 <const name="Enabled" value="1"> 771 771 <desc> 772 HWVirtEx (VT-x/AMD-V) boolean property. 772 HWVirtEx (VT-x/AMD-V) boolean property. Note that in case such extensions are not available, 773 they will not be used. 773 774 </desc> 774 775 </const> … … 781 782 <const name="VPIDEnabled" value="3"> 782 783 <desc> 783 VT-x VPID boolean property. 784 VT-x VPID boolean property. Note that in case this extension is not available, 785 it will not be used. 784 786 </desc> 785 787 </const> 786 788 <const name="NestedPagingEnabled" value="4"> 787 789 <desc> 788 Nested Paging boolean property. 790 Nested Paging boolean property. Note that in case this extension is not available, 791 it will not be used. 789 792 </desc> 790 793 </const> … … 4042 4045 <interface 4043 4046 name="IMachine" extends="$unknown" 4044 uuid=" 160b0ccc-c3d6-4c1b-bbe9-39b1a732f833"4047 uuid="ff5155a9-da1e-4225-8829-2f9f105d4db2" 4045 4048 wsmap="managed" 4046 4049 > … … 4270 4273 </attribute> 4271 4274 4272 <attribute name="HWVirtExEnabled" type="boolean">4273 <desc>4274 This setting determines whether VirtualBox will try to make use of4275 the host CPU's hardware virtualization extensions such as Intel VT-x4276 and AMD-V. Note that in case such extensions are not available,4277 they will not be used.4278 </desc>4279 </attribute>4280 4281 <attribute name="HWVirtExNestedPagingEnabled" type="boolean" default="false">4282 <desc>4283 This setting determines whether VirtualBox will try to make use of4284 the nested paging extension of Intel VT-x and AMD-V. Note that in case4285 such extensions are not available, they will not be used.4286 </desc>4287 </attribute>4288 4289 <attribute name="HWVirtExVPIDEnabled" type="boolean" default="false">4290 <desc>4291 This setting determines whether VirtualBox will try to make use of4292 the VPID extension of Intel VT-x. Note that in case such extensions are4293 not available, they will not be used.4294 </desc>4295 </attribute>4296 4297 4275 <attribute name="PAEEnabled" type="boolean" default="false"> 4298 4276 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.