VirtualBox

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


Ignore:
Timestamp:
Nov 29, 2018 3:24:26 PM (6 years ago)
Author:
vboxsync
Message:

Main/GuestOSType: Add recommended Graphics Controller information and use it when applying defaults (including a small GUI change).
Main/idl: Refresh the reserved method and attribute counts in the IDL, preparing for the release.

File:
1 edited

Legend:

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

    r75663 r75817  
    19691969  <interface
    19701970    name="IVirtualBox" extends="$unknown"
    1971     uuid="606da9e2-032b-4c82-3bf0-3675789df7b9"
     1971    uuid="d0a0163f-e254-4e5b-a1f2-011cf991c38d"
    19721972    wsmap="managed"
    1973     reservedMethods="7" reservedAttributes="12"
     1973    reservedMethods="8" reservedAttributes="12"
    19741974    >
    19751975    <desc>
     
    32463246  <interface
    32473247    name="IAppliance" extends="$unknown"
    3248     uuid="8398f026-4add-4474-5bc3-2f9f2140b23e"
     3248    uuid="86a98347-7619-41aa-aece-b21ac5c1a7e6"
    32493249    wsmap="managed"
    3250     reservedMethods="8" reservedAttributes="7"
     3250    reservedMethods="8" reservedAttributes="8"
    32513251    >
    32523252    <desc>
     
    52365236  <interface
    52375237    name="IMachine" extends="$unknown"
    5238     uuid="cfc5671a-2309-4893-8744-ba4c07d65d86"
     5238    uuid="5047460a-265d-4538-b23e-ddba5fb84976"
    52395239    wsmap="managed"
    52405240    wrap-hint-server-addinterfaces="IInternalMachineControl"
    52415241    wrap-hint-server="manualaddinterfaces"
    5242     reservedMethods="6" reservedAttributes="9"
     5242    reservedMethods="8" reservedAttributes="10"
    52435243    >
    52445244    <!-- Note! This interface is not compatible between 5.0 and 5.1 as it had too many
     
    96869686  <interface
    96879687    name="IHost" extends="$unknown"
    9688     uuid="afca788c-4477-787d-60b2-3fa70e56fbbc"
     9688    uuid="dbe11e5f-7f10-46e7-94c4-1e95bf4b6627"
    96899689    wsmap="managed"
    9690     reservedMethods="0" reservedAttributes="12"
     9690    reservedMethods="6" reservedAttributes="12"
    96919691    >
    96929692    <desc>
     
    1070910709  <interface
    1071010710    name="IGuestOSType" extends="$unknown"
    10711     uuid="b1336a0a-2546-4d99-8cff-8efb130cfa9d"
     10711    uuid="d0d6c6d8-e5db-4d2c-baaa-c71053a6236d"
    1071210712    wsmap="struct"
    10713     reservedAttributes="15"
     10713    reservedAttributes="16"
    1071410714    >
    1071510715    <desc>
     
    1074610746    <attribute name="recommendedRAM" type="unsigned long" readonly="yes">
    1074710747      <desc>Recommended RAM size in Megabytes.</desc>
     10748    </attribute>
     10749
     10750    <attribute name="recommendedGraphicsController" type="GraphicsControllerType" readonly="yes">
     10751      <desc>Recommended graphics controller type.</desc>
    1074810752    </attribute>
    1074910753
     
    1224512249  <interface
    1224612250    name="IGuestSession" extends="$unknown"
    12247     uuid="47E24147-1DA3-4BEB-BF3C-7B73ADA53192"
     12251    uuid="12f1f483-a075-4e2d-a1bd-0ed4580b3489"
    1224812252    wsmap="managed"
    12249     reservedMethods="8" reservedAttributes="8"
     12253    reservedMethods="8" reservedAttributes="12"
    1225012254    >
    1225112255    <desc>
     
    1359113595  <interface
    1359213596    name="IProcess" extends="$unknown"
    13593     uuid="2e20707d-4325-9a83-83cf-3faf5b97457c"
     13597    uuid="bc68370c-8a02-45f3-a07d-a67aa72756aa"
    1359413598    wsmap="managed"
    13595     reservedMethods="1" reservedAttributes="4"
     13599    reservedMethods="4" reservedAttributes="8"
    1359613600    >
    1359713601    <desc>
     
    1379313797  <interface
    1379413798    name="IDirectory" extends="$unknown"
    13795     uuid="f73650f4-4506-50ca-045a-23a0e32ea508"
     13799    uuid="758d7eac-e4b1-486a-8f2e-747ae346c3e9"
    1379613800    wsmap="managed"
    13797     reservedMethods="2" reservedAttributes="4"
     13801    reservedMethods="4" reservedAttributes="8"
    1379813802    >
    1379913803    <desc>
     
    1384913853  <interface
    1385013854    name="IFile" extends="$unknown"
    13851     uuid="14c66b23-404c-f24a-3cc1-ee9501d44f2a"
     13855    uuid="5395b543-0ee9-4d6a-9ecd-580e3a1d0dbb"
    1385213856    wsmap="managed"
    13853     reservedMethods="4" reservedAttributes="4"
     13857    reservedMethods="4" reservedAttributes="8"
    1385413858    >
    1385513859    <desc>
     
    1410714111  <interface
    1410814112    name="IFsObjInfo" extends="$unknown"
    14109     uuid="d344626e-4b0a-10bc-9c2b-68973052de16"
     14113    uuid="ae34e3d5-f884-4141-8d62-618300658805"
    1411014114    wsmap="managed"
    14111     reservedAttributes="4"
     14115    reservedAttributes="8"
    1411214116    >
    1411314117    <desc>
     
    1455914563  <interface
    1456014564    name="IProgress" extends="$unknown"
    14561     uuid="d3ee3588-a762-4ba1-9e9e-23146587ed3a"
     14565    uuid="d7b98d2b-30e8-447e-99cb-e31becae6ae4"
    1456214566    wsmap="managed"
    1456314567    wrap-hint-server-addinterfaces="IInternalProgressControl"
    14564     reservedMethods="4" reservedAttributes="8"
     14568    reservedMethods="8" reservedAttributes="12"
    1456514569    >
    1456614570    <desc>
     
    1476714771  <interface
    1476814772    name="IInternalProgressControl" extends="$unknown"
    14769     uuid="9bf38c56-ac64-4f72-871a-321a25f52a57"
     14773    uuid="41a033b8-cc87-4f6e-a0e9-47bb7f2d4be5"
    1477014774    internal="yes"
    1477114775    wsmap="suppress"
    14772     reservedMethods="4" reservedAttributes="8"
     14776    reservedMethods="8" reservedAttributes="8"
    1477314777    >
    1477414778
     
    1483314837  <interface
    1483414838    name="ISnapshot" extends="$unknown"
    14835     uuid="5732f030-4194-ec8b-c761-e1a99327e9f0"
     14839    uuid="6cc49055-dad4-4496-85cf-3f76bcb3b5fa"
    1483614840    wsmap="managed"
    14837     reservedMethods="1" reservedAttributes="2"
     14841    reservedMethods="4" reservedAttributes="8"
    1483814842    >
    1483914843    <desc>
     
    1498214986    </attribute>
    1498314987
    14984     <method name="getChildrenCount" const="yes">
     14988    <attribute name="childrenCount" type="unsigned long" readonly="yes">
    1498514989      <desc>
    1498614990        Returns the number of direct children of this snapshot.
    1498714991      </desc>
    14988       <param name="childrenCount" type="unsigned long" dir="return">
    14989         <desc>
    14990         </desc>
    14991       </param>
    14992     </method>
     14992    </attribute>
    1499314993
    1499414994  </interface>
     
    1517215172  <interface
    1517315173    name="IMediumAttachment" extends="$unknown"
    15174     uuid="3785b3f7-7b5f-4000-8842-ad0cc6ab30b7"
     15174    uuid="cbc97ce0-dfae-4c70-a6aa-769e5186363b"
    1517515175    wsmap="struct"
    15176     reservedAttributes="4"
     15176    reservedAttributes="8"
    1517715177    >
    1517815178    <desc>
     
    1541515415  <interface
    1541615416    name="IMedium" extends="$unknown"
    15417     uuid="a570ac5b-d90d-42bb-b577-a3e2697044e4"
     15417    uuid="ad47ad09-787b-44ab-b343-a082a3f2dfb1"
    1541815418    wsmap="managed"
    15419     reservedMethods="4" reservedAttributes="8"
     15419    reservedMethods="8" reservedAttributes="12"
    1542015420    >
    1542115421    <desc>
     
    1687516875  <interface
    1687616876    name="IMediumFormat" extends="$unknown"
    16877     uuid="10f337fb-422e-e57e-661b-0998ac309175"
     16877    uuid="11be93c7-a862-4dc9-8c89-bf4ba74a886a"
    1687816878    wsmap="managed"
    16879     reservedMethods="1" reservedAttributes="2"
     16879    reservedMethods="2" reservedAttributes="4"
    1688016880    >
    1688116881    <desc>
     
    1726017260  <interface
    1726117261    name="IKeyboard" extends="$unknown"
    17262     uuid="da91d4c9-4c02-fdb1-c5ac-d89e22e81302"
     17262    uuid="a7c88b82-2330-44e3-b247-1421a018f9c1"
    1726317263    wsmap="managed"
    17264     reservedMethods="1" reservedAttributes="2"
     17264    reservedMethods="4" reservedAttributes="4"
    1726517265    >
    1726617266    <desc>
     
    1738117381  <interface
    1738217382    name="IMousePointerShape" extends="$unknown"
    17383     uuid="e04e5545-4a0f-f9d2-5bef-f9b25b6557ed"
     17383    uuid="1e775ea3-9070-4f9c-b0d5-53054496dbe0"
    1738417384    wsmap="managed"
    17385     reservedAttributes="2"
     17385    reservedAttributes="4"
    1738617386    >
    1738717387    <desc>
     
    1745517455  <interface
    1745617456    name="IMouse" extends="$unknown"
    17457     uuid="ee35adb0-4748-3e12-e7fd-5aad957bba0f"
     17457    uuid="10cd08d0-e8b8-4838-b10c-45ba193734c1"
    1745817458    wsmap="managed"
    17459     reservedMethods="1" reservedAttributes="2"
     17459    reservedMethods="4" reservedAttributes="4"
    1746017460    >
    1746117461    <desc>
     
    1813318133  <interface
    1813418134    name="IDisplay" extends="$unknown"
    18135     uuid="76eed314-3c72-4bbb-95cf-5eb4947a4041"
     18135    uuid="ab4164db-c13e-4dab-842d-61ee3f0c1e87"
    1813618136    wsmap="managed"
    1813718137    wrap-hint-server-addinterfaces="IEventListener"
    18138     reservedMethods="3" reservedAttributes="2"
     18138    reservedMethods="8" reservedAttributes="16"
    1813918139    >
    1814018140    <desc>
     
    1862918629  <interface
    1863018630    name="INetworkAdapter" extends="$unknown"
    18631     uuid="e925c2aa-4fe4-aaf6-91c5-e9b8ea4151ee"
     18631    uuid="e9a0c183-7071-4894-93d6-dcbec010fa91"
    1863218632    wsmap="managed"
    18633     reservedMethods="1" reservedAttributes="4"
     18633    reservedMethods="4" reservedAttributes="8"
    1863418634    >
    1863518635    <desc>
     
    1889418894  <interface
    1889518895    name="ISerialPort" extends="$unknown"
    18896     uuid="cb0a4a29-43a3-9040-0c25-34845db7b042"
     18896    uuid="5587d0f6-a227-4f23-8278-2f675eea1bb2"
    1889718897    wsmap="managed"
    18898     reservedAttributes="1"
     18898    reservedAttributes="4"
    1889918899    >
    1890018900
     
    1907119071  <interface
    1907219072    name="IMachineDebugger" extends="$unknown"
    19073     uuid="8b1a74a7-086a-46cc-1229-6a85ad31b7ba"
     19073    uuid="e91bb944-f211-4bd5-b44c-8f1d0beafa13"
    1907419074    wsmap="managed"
    19075     reservedMethods="16" reservedAttributes="15"
     19075    reservedMethods="16" reservedAttributes="16"
    1907619076    >
    1907719077    <method name="dumpGuestCore">
     
    1972019720  <interface
    1972119721    name="IUSBController" extends="$unknown"
    19722     uuid="0c293c51-4810-e174-4f78-199376c63bbe"
     19722    uuid="ee206a6e-7ff8-4a84-bd34-0c651e118bb5"
    1972319723    wsmap="managed"
    19724     reservedAttributes="2"
     19724    reservedAttributes="4"
    1972519725    >
    1972619726
     
    1980619806  <interface
    1980719807    name="IUSBDevice" extends="$unknown"
    19808     uuid="5915d179-83c7-4f2b-a323-9a97f46f4e29"
     19808    uuid="202c8c43-2d2d-4866-acf7-56ffae36f1f9"
    1980919809    wsmap="managed"
    19810     reservedAttributes="2"
     19810    reservedAttributes="4"
    1981119811    >
    1981219812    <desc>
     
    2036620366  <interface
    2036720367    name="IAudioAdapter" extends="$unknown"
    20368     uuid="aeccc0a8-e0a0-427f-b946-c42063f54d81"
     20368    uuid="5155bfd3-7ba7-45a8-b26d-c91ae3754e37"
    2036920369    wsmap="managed"
    20370     reservedMethods="1" reservedAttributes="2"
     20370    reservedMethods="4" reservedAttributes="8"
    2037120371    >
    2037220372    <desc>
     
    2047520475  <interface
    2047620476    name="IVRDEServer" extends="$unknown"
    20477     uuid="6e758489-453a-6f98-9cb9-2da2cb8eabb5"
     20477    uuid="08e25756-08a2-41af-a05f-d7c661abaebe"
    2047820478    wsmap="managed"
    20479     reservedMethods="1" reservedAttributes="2"
     20479    reservedMethods="2" reservedAttributes="4"
    2048020480    >
    2048120481
     
    2056920569  <interface
    2057020570    name="ISharedFolder" extends="$unknown"
    20571     uuid="cc98ec47-9555-42d6-671f-bb0093c052a7"
     20571    uuid="9622225a-5409-414b-bd16-77df7ba3451e"
    2057220572    wsmap="managed"
    20573     reservedAttributes="4"
     20573    reservedAttributes="8"
    2057420574    >
    2057520575    <desc>
     
    2135921359  <interface
    2136021360    name="ISession" extends="$unknown"
    21361     uuid="7844aa05-b02e-4cdd-a04f-ade4a762e6b7"
     21361    uuid="c0447716-ff5a-4795-b57a-ecd5fffa18a4"
    2136221362    wsmap="managed"
    2136321363    wrap-hint-server-addinterfaces="IInternalSessionControl"
    21364     reservedMethods="3" reservedAttributes="4"
     21364    reservedMethods="4" reservedAttributes="8"
    2136521365    >
    2136621366    <desc>
     
    2157421574  <interface
    2157521575    name="IStorageController" extends="$unknown"
    21576     uuid="49b19d41-4a75-7bd5-c124-259acba3c41d"
     21576    uuid="ddca7247-bf98-47fb-ab2f-b5177533f493"
    2157721577    wsmap="managed"
    21578     reservedMethods="1" reservedAttributes="2"
     21578    reservedMethods="4" reservedAttributes="8"
    2157921579    >
    2158021580    <desc>
     
    2223622236  <interface
    2223722237    name="INATEngine" extends="$unknown"
    22238     uuid="c1cdb6bf-44cb-e334-66fa-469a17fd09df"
     22238    uuid="8faef61e-6e15-4f71-a6a5-94e707fafbcc"
    2223922239    wsmap="managed"
    22240     reservedMethods="2" reservedAttributes="4"
     22240    reservedMethods="4" reservedAttributes="8"
    2224122241    >
    2224222242    <desc>Interface for managing a NAT engine which is used with a virtual machine. This
     
    2235322353  <interface
    2235422354    name="IExtPackPlugIn" extends="$unknown"
    22355     uuid="c8e667b2-4234-1f9c-6508-afa9cea4efa1"
     22355    uuid="78861431-d545-44aa-8013-181b8c288554"
    2235622356    wsmap="suppress"
    22357     reservedAttributes="2"
     22357    reservedAttributes="4"
    2235822358    >
    2235922359    <desc>
     
    2237922379  <interface
    2238022380    name="IExtPackBase" extends="$unknown"
    22381     uuid="4bd17415-4438-8657-e78e-80a40713a23c"
     22381    uuid="f25aca3d-0b79-4350-bdd9-a0376cd6e6e3"
    2238222382    wsmap="suppress"
    22383     reservedMethods="1" reservedAttributes="4"
     22383    reservedMethods="4" reservedAttributes="8"
    2238422384    >
    2238522385    <desc>
     
    2250522505  <interface
    2250622506    name="IExtPackFile" extends="IExtPackBase"
    22507     uuid="4c7f4bf6-4671-2f75-0fbb-a99f6218cdfc"
     22507    uuid="41304f1b-7e72-4f34-b8f6-682785620c57"
    2250822508    wsmap="suppress"
    22509     reservedMethods="1" reservedAttributes="2"
     22509    reservedMethods="2" reservedAttributes="4"
    2251022510    >
    2251122511    <desc>
     
    2254522545  <interface
    2254622546    name="IExtPackManager" extends="$unknown"
    22547     uuid="edba9d10-45d8-b440-1712-46ac0c9bc4c5"
     22547    uuid="70401eef-c8e9-466b-9660-45cb3e9979e4"
    2254822548    wsmap="suppress"
    22549     reservedMethods="1" reservedAttributes="2"
     22549    reservedMethods="4" reservedAttributes="8"
    2255022550    >
    2255122551    <desc>
     
    2535125351  <interface
    2535225352    name="ICloudClient" extends="$unknown"
    25353     uuid="cb244d7b-3757-4fdd-976b-9b8a269da77c"
    25354     wsmap="managed" reservedMethods="4" reservedAttributes="4"
     25353    uuid="3d9aacbe-b3bc-4126-9633-5634bad24ad7"
     25354    wsmap="managed" reservedMethods="16" reservedAttributes="8"
    2535525355    >
    2535625356
     
    2538725387  <interface
    2538825388    name="ICloudProfile" extends="$unknown"
    25389     uuid="5f2ba3a2-f899-4261-877f-08b7bc52c15a"
    25390     wsmap="managed" reservedMethods="4" reservedAttributes="4"
     25389    uuid="b1d978b8-f7b7-4b05-900e-2a9253c00f51"
     25390    wsmap="managed" reservedMethods="4" reservedAttributes="8"
    2539125391    >
    2539225392
     
    2552025520  <interface
    2552125521    name="ICloudProvider" extends="$unknown"
    25522     uuid="caaf8bc1-aab0-4ea0-b825-be53a1453bdd"
    25523     wsmap="managed" reservedMethods="4" reservedAttributes="4"
     25522    uuid="22363cfc-07da-41ec-ac4a-3dd99db35594"
     25523    wsmap="managed" reservedMethods="8" reservedAttributes="16"
    2552425524    >
    2552525525
     
    2562625626  <interface
    2562725627    name="ICloudProviderManager" extends="$unknown"
    25628     uuid="95533d5b-20ec-4089-b461-f2794c9512df"
    25629     wsmap="managed" reservedMethods="4" reservedAttributes="4"
     25628    uuid="9128800f-762e-4120-871c-a2014234a607"
     25629    wsmap="managed" reservedMethods="4" reservedAttributes="8"
    2563025630    >
    2563125631
Note: See TracChangeset for help on using the changeset viewer.

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