Changeset 45971 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 9, 2013 7:46:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r45940 r45971 950 950 <enum 951 951 name="HWVirtExPropertyType" 952 uuid=" ce81dfdd-d2b8-4a90-bbea-40ee8b7ffcee"952 uuid="39463ecd-b4b8-401f-b168-76cfa87e11f0" 953 953 > 954 954 <desc> … … 983 983 </desc> 984 984 </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"> 991 996 <desc> 992 997 Whether the VM should fail to start if hardware virtualization (VT-x/AMD-V) cannot be used. If … … 4197 4202 <desc> 4198 4203 This setting determines whether VirtualBox allows page 4199 fusion for this machine (64 bits hostonly).4204 fusion for this machine (64-bit hosts only). 4200 4205 </desc> 4201 4206 </attribute> … … 14803 14808 <desc> 14804 14809 Takes a guest screen shot of the requested size and returns it as 14805 an array of bytes in uncompressed 32-b itRGBA format.14810 an array of bytes in uncompressed 32-bpp RGBA format. 14806 14811 A pixel consists of 4 bytes in order: R, G, B, 0xFF. 14807 14812 … … 15453 15458 <interface 15454 15459 name="IMachineDebugger" extends="$unknown" 15455 uuid=" a80bb82c-37c5-4155-a524-9c1d0a1689ba"15460 uuid="1eeeb3c2-0089-4448-878e-414aee00e03b" 15456 15461 wsmap="managed" 15457 15462 > … … 15851 15856 Flag indicating whether the VM is currently making use of the VPID 15852 15857 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. 15853 15865 </desc> 15854 15866 </attribute> … … 19643 19655 followed by a 32-bpp XOR (color) mask. 19644 19656 19645 For pointers without alpha channel the XOR mask pixels are 3219646 bit values: (lsb)BGR0(msb). For pointers with alpha channel19647 the XOR mask consists of (lsb)BGRA(msb) 32 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. 19648 19660 19649 19661 An AND mask is used for pointers with alpha channel, so if the
Note:
See TracChangeset
for help on using the changeset viewer.