Changeset 32885 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 4, 2010 12:56:35 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r32870 r32885 3433 3433 <interface 3434 3434 name="IMachine" extends="$unknown" 3435 uuid=" 917a4c5f-9388-4848-bbeb-5f02bfebf3d6"3435 uuid="5c91359b-5bdb-4518-9bd1-5f2c50a3c129" 3436 3436 wsmap="managed" 3437 3437 > … … 3621 3621 </attribute> 3622 3622 3623 <attribute name="CPU Priority" type="unsigned long">3623 <attribute name="CPUExecutionCap" type="unsigned long"> 3624 3624 <desc> 3625 Priority of the virtual CPUs. Means to limit the number of CPU cycles3626 a guest can use. The unit is percentage of host CPU cycles per second.3627 The valid rangeis 1 - 100. 100 (the default) implies no limit.3625 Means to limit the number of CPU cycles a guest can use. The unit 3626 is percentage of host CPU cycles per second. The valid range 3627 is 1 - 100. 100 (the default) implies no limit. 3628 3628 </desc> 3629 3629 </attribute> … … 12525 12525 <interface 12526 12526 name="IInternalSessionControl" extends="$unknown" 12527 uuid=" ef059f1d-2273-4f81-9342-c152a0d2cd40"12527 uuid="0431ef9e-2c2e-42af-87d7-c8f52455f28a" 12528 12528 internal="yes" 12529 12529 wsmap="suppress" … … 12705 12705 </method> 12706 12706 12707 <method name="onCPU PriorityChange">12708 <desc> 12709 Notification when the CPU prioritychanges.12710 </desc> 12711 <param name=" priority" type="unsigned long" dir="in">12712 <desc>The new CPU priorityvalue. (1-100)</desc>12707 <method name="onCPUExecutionCapChange"> 12708 <desc> 12709 Notification when the CPU execution cap changes. 12710 </desc> 12711 <param name="executionCap" type="unsigned long" dir="in"> 12712 <desc>The new CPU execution cap value. (1-100)</desc> 12713 12713 </param> 12714 12714 </method> … … 13934 13934 <enum 13935 13935 name="VBoxEventType" 13936 uuid=" 2c76667e-6981-4122-a71a-cdfd6a6eb575">13936 uuid="d00980f3-bfcb-4e7d-a20e-08cabf3eb89f"> 13937 13937 13938 13938 <desc> … … 14146 14146 </desc> 14147 14147 </const> 14148 <const name="OnCPU PriorityChanged" value="63">14149 <desc> 14150 See <link to="ICPU PriorityChangedEvent">ICPUPriorityChangedEvent</link>.14148 <const name="OnCPUExecutionCapChanged" value="63"> 14149 <desc> 14150 See <link to="ICPUExecutionCapChangedEvent">ICPUExecutionCapChangedEvent</link>. 14151 14151 </desc> 14152 14152 </const> … … 14889 14889 14890 14890 <interface 14891 name="ICPU PriorityChangedEvent" extends="IEvent"14892 uuid=" 657fe2fe-a75a-4cb6-8cf9-072aa41e7d75"14893 wsmap="managed" autogen="VBoxEvent" id="OnCPU PriorityChanged"14891 name="ICPUExecutionCapChangedEvent" extends="IEvent" 14892 uuid="dfa7e4f5-b4a4-44ce-85a8-127ac5eb59dc" 14893 wsmap="managed" autogen="VBoxEvent" id="OnCPUExecutionCapChanged" 14894 14894 > 14895 14895 <desc> 14896 Notification when the CPU prioritychanges.14896 Notification when the CPU execution cap changes. 14897 14897 </desc> 14898 <attribute name=" priority" type="unsigned long" readonly="yes">14898 <attribute name="executionCap" type="unsigned long" readonly="yes"> 14899 14899 <desc> 14900 The new CPU priorityvalue. (1-100)14900 The new CPU execution cap value. (1-100) 14901 14901 </desc> 14902 14902 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.