Changeset 28680 in vbox
- Timestamp:
- Apr 23, 2010 6:34:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r28669 r28680 4151 4151 <interface 4152 4152 name="IMachine" extends="$unknown" 4153 uuid=" fe51e0c8-7e48-4847-95f0-fc8532f3b480"4153 uuid="b8a9324a-1042-4c78-aff6-9d1c2bfd8cd0" 4154 4154 wsmap="managed" 4155 4155 > … … 5335 5335 </method> 5336 5336 5337 <method name="setCPUIDLeaf" const="yes">5337 <method name="setCPUIDLeaf"> 5338 5338 <desc> 5339 5339 Sets the virtual CPU cpuid information for the specified leaf. Note that these values … … 5381 5381 </method> 5382 5382 5383 <method name="removeCPUIDLeaf" const="yes">5383 <method name="removeCPUIDLeaf"> 5384 5384 <desc> 5385 5385 Removes the virtual CPU cpuid leaf for the specified index … … 5397 5397 </method> 5398 5398 5399 <method name="removeAllCPUIDLeaves" const="yes">5399 <method name="removeAllCPUIDLeaves"> 5400 5400 <desc> 5401 5401 Removes all the virtual CPU cpuid leaves
Note:
See TracChangeset
for help on using the changeset viewer.