Changeset 27537 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 19, 2010 2:04:54 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r27532 r27537 807 807 808 808 <enum 809 name="C puPropertyType"810 uuid=" af7bb668-eeb1-4404-b77f-a114b30c92d6"809 name="CPUPropertyType" 810 uuid="24d356a6-2f45-4abd-b977-1cbe9c4701f5" 811 811 > 812 812 <desc> 813 813 Virtual CPU property type. This enumeration represents possible values of the 814 IMachine get- and setC puProperty methods.814 IMachine get- and setCPUProperty methods. 815 815 </desc> 816 816 <const name="Null" value="0"> … … 4267 4267 <interface 4268 4268 name="IMachine" extends="$unknown" 4269 uuid=" 8d8f6fbb-54c1-4604-b68e-17619d458611"4269 uuid="254f7fd0-a99b-4ea9-992f-794624e67882" 4270 4270 wsmap="managed" 4271 4271 > … … 5371 5371 </method> 5372 5372 5373 <method name="getC puProperty" const="yes">5373 <method name="getCPUProperty" const="yes"> 5374 5374 <desc> 5375 5375 Returns the virtual CPU boolean value of the specified property. … … 5380 5380 5381 5381 </desc> 5382 <param name="property" type="C puPropertyType" dir="in">5382 <param name="property" type="CPUPropertyType" dir="in"> 5383 5383 <desc> 5384 5384 Property type to query. … … 5392 5392 </method> 5393 5393 5394 <method name="setC puProperty">5394 <method name="setCPUProperty"> 5395 5395 <desc> 5396 5396 Sets the virtual CPU boolean value of the specified property. … … 5401 5401 5402 5402 </desc> 5403 <param name="property" type="C puPropertyType" dir="in">5403 <param name="property" type="CPUPropertyType" dir="in"> 5404 5404 <desc> 5405 5405 Property type to query. … … 5413 5413 </method> 5414 5414 5415 <method name="getC puIdLeaf" const="yes">5415 <method name="getCPUIDLeaf" const="yes"> 5416 5416 <desc> 5417 5417 Returns the virtual CPU cpuid information for the specified leaf. … … 5430 5430 <param name="id" type="unsigned long" dir="in"> 5431 5431 <desc> 5432 C puidleaf index.5432 CPUID leaf index. 5433 5433 </desc> 5434 5434 </param> 5435 5435 <param name="valEax" type="unsigned long" dir="out"> 5436 5436 <desc> 5437 C puidleaf value for register eax.5437 CPUID leaf value for register eax. 5438 5438 </desc> 5439 5439 </param> 5440 5440 <param name="valEbx" type="unsigned long" dir="out"> 5441 5441 <desc> 5442 C puidleaf value for register ebx.5442 CPUID leaf value for register ebx. 5443 5443 </desc> 5444 5444 </param> 5445 5445 <param name="valEcx" type="unsigned long" dir="out"> 5446 5446 <desc> 5447 C puidleaf value for register ecx.5447 CPUID leaf value for register ecx. 5448 5448 </desc> 5449 5449 </param> 5450 5450 <param name="valEdx" type="unsigned long" dir="out"> 5451 5451 <desc> 5452 C puidleaf value for register edx.5453 </desc> 5454 </param> 5455 </method> 5456 5457 <method name="setC puIdLeaf" const="yes">5452 CPUID leaf value for register edx. 5453 </desc> 5454 </param> 5455 </method> 5456 5457 <method name="setCPUIDLeaf" const="yes"> 5458 5458 <desc> 5459 5459 Sets the virtual CPU cpuid information for the specified leaf. Note that these values … … 5476 5476 <param name="id" type="unsigned long" dir="in"> 5477 5477 <desc> 5478 C puidleaf index.5478 CPUID leaf index. 5479 5479 </desc> 5480 5480 </param> 5481 5481 <param name="valEax" type="unsigned long" dir="in"> 5482 5482 <desc> 5483 C puidleaf value for register eax.5483 CPUID leaf value for register eax. 5484 5484 </desc> 5485 5485 </param> 5486 5486 <param name="valEbx" type="unsigned long" dir="in"> 5487 5487 <desc> 5488 C puidleaf value for register ebx.5488 CPUID leaf value for register ebx. 5489 5489 </desc> 5490 5490 </param> 5491 5491 <param name="valEcx" type="unsigned long" dir="in"> 5492 5492 <desc> 5493 C puidleaf value for register ecx.5493 CPUID leaf value for register ecx. 5494 5494 </desc> 5495 5495 </param> 5496 5496 <param name="valEdx" type="unsigned long" dir="in"> 5497 5497 <desc> 5498 C puidleaf value for register edx.5499 </desc> 5500 </param> 5501 </method> 5502 5503 <method name="removeC puIdLeaf" const="yes">5498 CPUID leaf value for register edx. 5499 </desc> 5500 </param> 5501 </method> 5502 5503 <method name="removeCPUIDLeaf" const="yes"> 5504 5504 <desc> 5505 5505 Removes the virtual CPU cpuid leaf for the specified index … … 5512 5512 <param name="id" type="unsigned long" dir="in"> 5513 5513 <desc> 5514 C puidleaf index.5515 </desc> 5516 </param> 5517 </method> 5518 5519 <method name="removeAllC puIdLeafs" const="yes">5520 <desc> 5521 Removes all the virtual CPU cpuid lea fs5514 CPUID leaf index. 5515 </desc> 5516 </param> 5517 </method> 5518 5519 <method name="removeAllCPUIDLeaves" const="yes"> 5520 <desc> 5521 Removes all the virtual CPU cpuid leaves 5522 5522 </desc> 5523 5523 </method> … … 6092 6092 </method> 6093 6093 6094 <method name=" HotPlugCPU">6094 <method name="hotPlugCPU"> 6095 6095 <desc> 6096 6096 Plugs a CPU into the machine. … … 6103 6103 </method> 6104 6104 6105 <method name=" HotUnplugCPU">6105 <method name="hotUnplugCPU"> 6106 6106 <desc> 6107 6107 Removes a CPU from the machine. … … 6114 6114 </method> 6115 6115 6116 <method name=" GetCPUStatus">6116 <method name="getCPUStatus"> 6117 6117 <desc> 6118 6118 Plugs a CPU into the machine. … … 7684 7684 </method> 7685 7685 7686 <method name="getProcessorC puIdLeaf">7686 <method name="getProcessorCPUIDLeaf"> 7687 7687 <desc> 7688 7688 Returns the CPU cpuid information for the specified leaf. … … 7699 7699 <param name="leaf" type="unsigned long" dir="in"> 7700 7700 <desc> 7701 C puidleaf index (eax).7701 CPUID leaf index (eax). 7702 7702 </desc> 7703 7703 </param> 7704 7704 <param name="subLeaf" type="unsigned long" dir="in"> 7705 7705 <desc> 7706 C puidleaf sub index (ecx). This currently only applies to cache7706 CPUID leaf sub index (ecx). This currently only applies to cache 7707 7707 information on Intel CPUs. Use 0 if retriving values for 7708 <link to="IMachine::setC puIdLeaf"/>.7708 <link to="IMachine::setCPUIDLeaf"/>. 7709 7709 </desc> 7710 7710 </param> 7711 7711 <param name="valEax" type="unsigned long" dir="out"> 7712 7712 <desc> 7713 C puidleaf value for register eax.7713 CPUID leaf value for register eax. 7714 7714 </desc> 7715 7715 </param> 7716 7716 <param name="valEbx" type="unsigned long" dir="out"> 7717 7717 <desc> 7718 C puidleaf value for register ebx.7718 CPUID leaf value for register ebx. 7719 7719 </desc> 7720 7720 </param> 7721 7721 <param name="valEcx" type="unsigned long" dir="out"> 7722 7722 <desc> 7723 C puidleaf value for register ecx.7723 CPUID leaf value for register ecx. 7724 7724 </desc> 7725 7725 </param> 7726 7726 <param name="valEdx" type="unsigned long" dir="out"> 7727 7727 <desc> 7728 C puidleaf value for register edx.7728 CPUID leaf value for register edx. 7729 7729 </desc> 7730 7730 </param> … … 13372 13372 <interface 13373 13373 name="IStorageController" extends="$unknown" 13374 uuid=" 6bf8335b-d14a-44a5-9b45-ddc49ce7d5b2"13374 uuid="ce37b7a9-d895-4ee8-b9f8-9579bfc85813" 13375 13375 wsmap="managed" 13376 13376 > … … 13455 13455 </attribute> 13456 13456 13457 <method name=" GetIDEEmulationPort">13457 <method name="getIDEEmulationPort"> 13458 13458 <desc> 13459 13459 Gets the corresponding port number which is emulated as an IDE device. … … 13472 13472 </method> 13473 13473 13474 <method name=" SetIDEEmulationPort">13474 <method name="setIDEEmulationPort"> 13475 13475 <desc> 13476 13476 Sets the port number which is emulated as an IDE device.
Note:
See TracChangeset
for help on using the changeset viewer.