VirtualBox

Changeset 21446 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jul 9, 2009 3:09:57 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49854
Message:

API/Machine+SystemProperties: get rid of the tri-state bool controlling hwvirtex

File:
1 edited

Legend:

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

    r21364 r21446  
    345345  /////////////////////////////////////////////////////////////////////////
    346346  -->
    347 
    348   <enum
    349     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>
    360347
    361348  <enum
     
    41604147  <interface
    41614148     name="IMachine" extends="$unknown"
    4162      uuid="4d1df26d-d9c1-4c7e-b689-15e85ecf8ffc"
     4149     uuid="540dcfda-3df2-49c6-88fa-033a28c2ff85"
    41634150     wsmap="managed"
    41644151     >
     
    43894376    </attribute>
    43904377
    4391     <attribute name="HWVirtExEnabled" type="TSBool">
     4378    <attribute name="HWVirtExEnabled" type="boolean">
    43924379      <desc>
    43934380        This setting determines whether VirtualBox will try to make use of
     
    75337520     name="ISystemProperties"
    75347521     extends="$unknown"
    7535      uuid="63bfd184-df69-4949-9159-a923cf7b1207"
     7522     uuid="9ca0f712-83f3-4631-b143-b75ef6568332"
    75367523     wsmap="managed"
    75377524     >
     
    77857772          initial value.
    77867773        </note>
    7787       </desc>
    7788     </attribute>
    7789 
    7790     <attribute name="HWVirtExEnabled" type="boolean">
    7791       <desc>
    7792         This specifies the default value for hardware virtualization
    7793         extensions. If enabled, virtual machines will make use of
    7794         hardware virtualization extensions such as Intel VT-x and
    7795         AMD-V by default. This value can be overridden by each VM
    7796         using their <link to="IMachine::HWVirtExEnabled" /> property.
    77977774      </desc>
    77987775    </attribute>
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