Changeset 24340 in vbox for trunk/src/VBox
- Timestamp:
- Nov 4, 2009 3:14:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r24330 r24340 5176 5176 <method name="getCpuIdLeaf" const="yes"> 5177 5177 <desc> 5178 Returns the virtual CPU cpuid leaf for the specified index 5179 5178 Returns the virtual CPU cpuid information for the specified leaf. 5179 5180 Currently supported index values for cpuid: 5181 Standard CPUID leafs: 0 - 0xA 5182 Extended CPUID leafs: 0x80000000 - 0x8000000A 5183 5184 See the Intel and AMD programmer's manuals for detailed information 5185 about the cpuid instruction and its leafs. 5180 5186 <result name="E_INVALIDARG"> 5181 5187 Invalid id. … … 5212 5218 <method name="setCpuIdLeaf" const="yes"> 5213 5219 <desc> 5214 Sets the virtual CPU cpuid leaf for the specified index. Note that these values5220 Sets the virtual CPU cpuid information for the specified leaf. Note that these values 5215 5221 are not passed unmodified. VirtualBox clears features that it doesn't support. 5216 5222 5223 Currently supported index values for cpuid: 5224 Standard CPUID leafs: 0 - 0xA 5225 Extended CPUID leafs: 0x80000000 - 0x8000000A 5226 5227 See the Intel and AMD programmer's manuals for detailed information 5228 about the cpuid instruction and its leafs. 5229 5230 Do not use this method unless you know exactly what you're doing. Misuse can lead to 5231 random crashes inside VMs. 5217 5232 <result name="E_INVALIDARG"> 5218 5233 Invalid id.
Note:
See TracChangeset
for help on using the changeset viewer.