VirtualBox

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


Ignore:
Timestamp:
Sep 15, 2010 5:04:48 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65913
Message:

Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Global: consistently use bytes as size units, forgotten const value in API, MaxVDISize method renamed to InfoVDSize, STDMETHOD macro usage fixes, whitespace cleanup

Frontends/VirtualBox+VBoxManage+VBoxShell: adapt to changed disk size units

Main/StorageControllerImpl: check the storage controller instance limit to avoid creating unusable VM configs, simplify unnecessarily complex code for querying the controller properties

File:
1 edited

Legend:

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

    r32448 r32531  
    72047204     name="ISystemProperties"
    72057205     extends="$unknown"
    7206      uuid="ee9e41c6-8fbe-490b-8602-6272507ed98b"
     7206     uuid="5e54e767-293c-441b-a5e4-03a1fdbc0dcb"
    72077207     wsmap="managed"
    72087208     >
     
    72447244    </attribute>
    72457245
    7246     <attribute name="maxVDISize" type="long long" readonly="yes">
    7247       <desc>Maximum size of a virtual disk image in Megabytes.</desc>
     7246    <attribute name="infoVDSize" type="long long" readonly="yes">
     7247      <desc>Maximum size of a virtual disk image in bytes. Informational value,
     7248      does not reflect the limits of any virtual disk image format.</desc>
    72487249    </attribute>
    72497250
     
    74157416      <desc>Issue a warning if the free disk space is below (or in some disk
    74167417      intensive operation is expected to go below) the given size in
    7417       Megabytes.</desc>
     7418      bytes.</desc>
    74187419    </attribute>
    74197420
     
    74267427      <desc>Issue an error if the free disk space is below (or in some disk
    74277428      intensive operation is expected to go below) the given size in
    7428       Megabytes.</desc>
     7429      bytes.</desc>
    74297430    </attribute>
    74307431
     
    75837584  <interface
    75847585    name="IGuestOSType" extends="$unknown"
    7585     uuid="4fd9cc6e-f5d4-4d00-abad-5bcd1b942281"
     7586    uuid="432c1546-1354-4abf-bf08-878a32a373f5"
    75867587    wsmap="struct"
    75877588  >
     
    76257626    </attribute>
    76267627
    7627     <attribute name="recommendedHDD" type="unsigned long" readonly="yes">
    7628       <desc>Recommended hard disk size in Megabytes.</desc>
     7628    <attribute name="recommendedHDD" type="long long" readonly="yes">
     7629      <desc>Recommended hard disk size in bytes.</desc>
    76297630    </attribute>
    76307631
     
    85608561  <interface
    85618562    name="IMedium" extends="$unknown"
    8562     uuid="858ea9d3-9ade-4aa7-91b7-d8a40f8f9b16"
     8563    uuid="bfcf5b8c-5155-4f24-9414-9457054b16db"
    85638564    wsmap="managed"
    85648565  >
     
    91339134    <attribute name="logicalSize" type="long long" readonly="yes">
    91349135      <desc>
    9135         Logical size of this medium (in megabytes), as reported to the
     9136        Logical size of this medium (in bytes), as reported to the
    91369137        guest OS running inside the virtual machine this medium is
    91379138        attached to. The logical size is defined when the medium is created
     
    96449645      </desc>
    96459646      <param name="logicalSize" type="long long" dir="in">
    9646         <desc>Maximum logical size of the medium in megabytes.</desc>
     9647        <desc>Maximum logical size of the medium in bytes.</desc>
    96479648      </param>
    96489649      <param name="variant" type="MediumVariant" dir="in">
     
    99189919      </desc>
    99199920      <param name="logicalSize" type="long long" dir="in">
    9920         <desc>New nominal capacity of the medium in megabytes.</desc>
     9921        <desc>New nominal capacity of the medium in bytes.</desc>
    99219922      </param>
    99229923      <param name="progress" type="IProgress" dir="return">
     
    99819982  <enum
    99829983    name="MediumFormatCapabilities"
    9983     uuid="70fcf810-99e8-4edc-aee4-7f51d489e657"
     9984    uuid="be44ec10-9540-4d3f-aee5-4a4d4c4ad42c"
    99849985  >
    99859986    <desc>
     
    1004210043    </const>
    1004310044
    10044     <const name="CapabilityMask" value="0xFF"/>
     10045    <const name="TcpNetworking" value="0x100">
     10046      <desc>
     10047        The format backend uses the TCP networking interface for network access.
     10048      </desc>
     10049    </const>
     10050
     10051    <const name="CapabilityMask" value="0x1FF"/>
    1004510052  </enum>
    1004610053
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