VirtualBox

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


Ignore:
Timestamp:
Oct 4, 2010 12:56:35 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66366
Message:

Renaming cpu priority to cpu execution cap

File:
1 edited

Legend:

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

    r32870 r32885  
    34333433  <interface
    34343434     name="IMachine" extends="$unknown"
    3435      uuid="917a4c5f-9388-4848-bbeb-5f02bfebf3d6"
     3435     uuid="5c91359b-5bdb-4518-9bd1-5f2c50a3c129"
    34363436     wsmap="managed"
    34373437     >
     
    36213621    </attribute>
    36223622
    3623     <attribute name="CPUPriority" type="unsigned long">
     3623    <attribute name="CPUExecutionCap" type="unsigned long">
    36243624       <desc>
    3625          Priority of the virtual CPUs. Means to limit the number of CPU cycles
    3626          a guest can use. The unit is percentage of host CPU cycles per second.
    3627          The valid range is 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.
    36283628       </desc>
    36293629    </attribute>
     
    1252512525  <interface
    1252612526     name="IInternalSessionControl" extends="$unknown"
    12527      uuid="ef059f1d-2273-4f81-9342-c152a0d2cd40"
     12527     uuid="0431ef9e-2c2e-42af-87d7-c8f52455f28a"
    1252812528     internal="yes"
    1252912529     wsmap="suppress"
     
    1270512705    </method>
    1270612706
    12707     <method name="onCPUPriorityChange">
    12708       <desc>
    12709          Notification when the CPU priority changes.
    12710       </desc>
    12711       <param name="priority" type="unsigned long" dir="in">
    12712          <desc>The new CPU priority value. (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>
    1271312713      </param>
    1271412714    </method>
     
    1393413934  <enum
    1393513935     name="VBoxEventType"
    13936      uuid="2c76667e-6981-4122-a71a-cdfd6a6eb575">
     13936     uuid="d00980f3-bfcb-4e7d-a20e-08cabf3eb89f">
    1393713937
    1393813938    <desc>
     
    1414614146      </desc>
    1414714147    </const>
    14148     <const name="OnCPUPriorityChanged" value="63">
    14149       <desc>
    14150         See <link to="ICPUPriorityChangedEvent">ICPUPriorityChangedEvent</link>.
     14148    <const name="OnCPUExecutionCapChanged" value="63">
     14149      <desc>
     14150        See <link to="ICPUExecutionCapChangedEvent">ICPUExecutionCapChangedEvent</link>.
    1415114151      </desc>
    1415214152    </const>
     
    1488914889
    1489014890  <interface
    14891     name="ICPUPriorityChangedEvent" extends="IEvent"
    14892     uuid="657fe2fe-a75a-4cb6-8cf9-072aa41e7d75"
    14893     wsmap="managed" autogen="VBoxEvent" id="OnCPUPriorityChanged"
     14891    name="ICPUExecutionCapChangedEvent" extends="IEvent"
     14892    uuid="dfa7e4f5-b4a4-44ce-85a8-127ac5eb59dc"
     14893    wsmap="managed" autogen="VBoxEvent" id="OnCPUExecutionCapChanged"
    1489414894    >
    1489514895   <desc>
    14896       Notification when the CPU priority changes.
     14896      Notification when the CPU execution cap changes.
    1489714897   </desc>
    14898      <attribute name="priority" type="unsigned long" readonly="yes">
     14898     <attribute name="executionCap" type="unsigned long" readonly="yes">
    1489914899       <desc>
    14900          The new CPU priority value. (1-100)
     14900         The new CPU execution cap value. (1-100)
    1490114901       </desc>
    1490214902     </attribute>
Note: See TracChangeset for help on using the changeset viewer.

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