VirtualBox

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


Ignore:
Timestamp:
May 9, 2013 7:46:52 PM (12 years ago)
Author:
vboxsync
Message:

Main, VMM: Added an API seting to disable VT-x unrestricted execution.

File:
1 edited

Legend:

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

    r45940 r45971  
    950950  <enum
    951951    name="HWVirtExPropertyType"
    952     uuid="ce81dfdd-d2b8-4a90-bbea-40ee8b7ffcee"
     952    uuid="39463ecd-b4b8-401f-b168-76cfa87e11f0"
    953953    >
    954954    <desc>
     
    983983      </desc>
    984984    </const>
    985     <const name="LargePages"            value="5">
    986       <desc>
    987         Whether large page allocation is enabled; requires nested paging and a 64 bits host.
    988       </desc>
    989     </const>
    990     <const name="Force"                 value="6">
     985    <const name="UnrestrictedExecution" value="5">
     986      <desc>
     987        Whether VT-x unrestricted execution is enabled. If this feature is not available, it will not be used.
     988      </desc>
     989    </const>
     990    <const name="LargePages"            value="6">
     991      <desc>
     992        Whether large page allocation is enabled; requires nested paging and a 64-bit host.
     993      </desc>
     994    </const>
     995    <const name="Force"                 value="7">
    991996      <desc>
    992997        Whether the VM should fail to start if hardware virtualization (VT-x/AMD-V) cannot be used. If
     
    41974202      <desc>
    41984203        This setting determines whether VirtualBox allows page
    4199         fusion for this machine (64 bits host only).
     4204        fusion for this machine (64-bit hosts only).
    42004205      </desc>
    42014206    </attribute>
     
    1480314808      <desc>
    1480414809        Takes a guest screen shot of the requested size and returns it as
    14805         an array of bytes in uncompressed 32-bit RGBA format.
     14810        an array of bytes in uncompressed 32-bpp RGBA format.
    1480614811        A pixel consists of 4 bytes in order: R, G, B, 0xFF.
    1480714812
     
    1545315458  <interface
    1545415459    name="IMachineDebugger" extends="$unknown"
    15455     uuid="a80bb82c-37c5-4155-a524-9c1d0a1689ba"
     15460    uuid="1eeeb3c2-0089-4448-878e-414aee00e03b"
    1545615461    wsmap="managed"
    1545715462    >
     
    1585115856        Flag indicating whether the VM is currently making use of the VPID
    1585215857        VT-x extension.
     15858      </desc>
     15859    </attribute>
     15860
     15861    <attribute name="HWVirtExUXEnabled" type="boolean" readonly="yes">
     15862      <desc>
     15863        Flag indicating whether the VM is currently making use of the
     15864        unrestricted execution feature of VT-x.
    1585315865      </desc>
    1585415866    </attribute>
     
    1964319655        followed by a 32-bpp XOR (color) mask.
    1964419656
    19645         For pointers without alpha channel the XOR mask pixels are 32
    19646         bit values: (lsb)BGR0(msb). For pointers with alpha channel
    19647         the XOR mask consists of (lsb)BGRA(msb) 32 bit values.
     19657        For pointers without alpha channel the XOR mask pixels are
     19658        32-bit values: (lsb)BGR0(msb). For pointers with alpha channel
     19659        the XOR mask consists of (lsb)BGRA(msb) 32-bit values.
    1964819660
    1964919661        An AND mask is used for pointers with alpha channel, so if the
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette