Changeset 47991 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 22, 2013 2:31:52 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47922 r47991 954 954 <enum 955 955 name="HWVirtExPropertyType" 956 uuid=" 39463ecd-b4b8-401f-b168-76cfa87e11f0"956 uuid="411ad0ea-aeeb-44cb-9d03-1624d0d025ac" 957 957 > 958 958 <desc> … … 970 970 </desc> 971 971 </const> 972 <const name="Exclusive" value="2"> 973 <desc> 974 Whether hardware virtualization is used exclusively by VirtualBox. When enabled, 975 VirtualBox assumes it can acquire full and exclusive access to the VT-x or AMD-V 976 feature of the host. To share these with other hypervisors, you must disable this property. 977 </desc> 978 </const> 979 <const name="VPID" value="3"> 972 <const name="VPID" value="2"> 980 973 <desc> 981 974 Whether VT-x VPID is enabled. If this extension is not available, it will not be used. 982 975 </desc> 983 976 </const> 984 <const name="NestedPaging" value=" 4">977 <const name="NestedPaging" value="3"> 985 978 <desc> 986 979 Whether Nested Paging is enabled. If this extension is not available, it will not be used. 987 980 </desc> 988 981 </const> 989 <const name="UnrestrictedExecution" value=" 5">982 <const name="UnrestrictedExecution" value="4"> 990 983 <desc> 991 984 Whether VT-x unrestricted execution is enabled. If this feature is not available, it will not be used. 992 985 </desc> 993 986 </const> 994 <const name="LargePages" value=" 6">987 <const name="LargePages" value="5"> 995 988 <desc> 996 989 Whether large page allocation is enabled; requires nested paging and a 64-bit host. 997 990 </desc> 998 991 </const> 999 <const name="Force" value=" 7">992 <const name="Force" value="6"> 1000 993 <desc> 1001 994 Whether the VM should fail to start if hardware virtualization (VT-x/AMD-V) cannot be used. If … … 8728 8721 name="ISystemProperties" 8729 8722 extends="$unknown" 8730 uuid=" 856be1bc-0525-46b1-a27a-fe17d9a4939f"8723 uuid="1254a96a-ae57-4484-946a-22d86c1f98af" 8731 8724 wsmap="managed" 8732 8725 > … … 8793 8786 possible to include all possible devices to the boot list. 8794 8787 <see><link to="IMachine::setBootOrder"/></see> 8788 </desc> 8789 </attribute> 8790 8791 <attribute name="exclusiveHwVirt" type="boolean"> 8792 <desc> 8793 Exclusive use of hardware virtualization by VirtualBox. When enabled, 8794 VirtualBox assumes it can obtain full and exclusive access to the VT-x 8795 or AMD-V feature of the host. To share hardware virtualization with 8796 other hypervisors, this property must be disabled. 8795 8797 </desc> 8796 8798 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.