Changeset 21446 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 9, 2009 3:09:57 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r21364 r21446 345 345 ///////////////////////////////////////////////////////////////////////// 346 346 --> 347 348 <enum349 name="TSBool"350 uuid="523ff64d-842a-4b1a-80e7-c311b028cb3a"351 >352 <desc>353 Boolean variable having a third state, default.354 </desc>355 356 <const name="False" value="0"/>357 <const name="True" value="1"/>358 <const name="Default" value="2"/>359 </enum>360 347 361 348 <enum … … 4160 4147 <interface 4161 4148 name="IMachine" extends="$unknown" 4162 uuid=" 4d1df26d-d9c1-4c7e-b689-15e85ecf8ffc"4149 uuid="540dcfda-3df2-49c6-88fa-033a28c2ff85" 4163 4150 wsmap="managed" 4164 4151 > … … 4389 4376 </attribute> 4390 4377 4391 <attribute name="HWVirtExEnabled" type=" TSBool">4378 <attribute name="HWVirtExEnabled" type="boolean"> 4392 4379 <desc> 4393 4380 This setting determines whether VirtualBox will try to make use of … … 7533 7520 name="ISystemProperties" 7534 7521 extends="$unknown" 7535 uuid=" 63bfd184-df69-4949-9159-a923cf7b1207"7522 uuid="9ca0f712-83f3-4631-b143-b75ef6568332" 7536 7523 wsmap="managed" 7537 7524 > … … 7785 7772 initial value. 7786 7773 </note> 7787 </desc>7788 </attribute>7789 7790 <attribute name="HWVirtExEnabled" type="boolean">7791 <desc>7792 This specifies the default value for hardware virtualization7793 extensions. If enabled, virtual machines will make use of7794 hardware virtualization extensions such as Intel VT-x and7795 AMD-V by default. This value can be overridden by each VM7796 using their <link to="IMachine::HWVirtExEnabled" /> property.7797 7774 </desc> 7798 7775 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.