VirtualBox

Changeset 51500 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 2, 2014 9:08:23 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94111
Message:

VirtualBox.xidl: tabs!

File:
1 edited

Legend:

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

    r51494 r51500  
    10111011
    10121012  <enum
    1013         name="ParavirtProvider"
    1014         uuid="f9448c17-7caa-4ca7-9349-edafe369fcb5"
    1015         >
    1016         <desc>
    1017           The paravirtualized guest interface provider. This enumeration represents possible
    1018           values for the <link to="IMachine::paravirtProvider"/> attribute.
    1019         </desc>
    1020         <const name="None"     value="0">
    1021           <desc>No provider is used.</desc>
    1022         </const>
    1023         <const name="Default"  value="1">
    1024           <desc>A default provider is automatically chosen according to the guest OS type.</desc>
    1025         </const>
    1026         <const name="Legacy"   value="2">
     1013    name="ParavirtProvider"
     1014    uuid="f9448c17-7caa-4ca7-9349-edafe369fcb5"
     1015    >
     1016    <desc>
     1017      The paravirtualized guest interface provider. This enumeration represents possible
     1018      values for the <link to="IMachine::paravirtProvider"/> attribute.
     1019    </desc>
     1020    <const name="None"     value="0">
     1021      <desc>No provider is used.</desc>
     1022    </const>
     1023    <const name="Default"  value="1">
     1024      <desc>A default provider is automatically chosen according to the guest OS type.</desc>
     1025    </const>
     1026    <const name="Legacy"   value="2">
    10271027      <desc>Used for VMs which didn't used to have any provider settings. Usually
    10281028        interpreted as @c None for most VMs.</desc>
    1029         </const>
    1030         <const name="Minimal"  value="3">
    1031           <desc>A minimal set of features to expose to the paravirtualized guest.</desc>
    1032         </const>
    1033         <const name="HyperV"   value="4">
    1034           <desc>Microsoft Hyper-V.</desc>
    1035         </const>
     1029    </const>
     1030    <const name="Minimal"  value="3">
     1031      <desc>A minimal set of features to expose to the paravirtualized guest.</desc>
     1032    </const>
     1033    <const name="HyperV"   value="4">
     1034      <desc>Microsoft Hyper-V.</desc>
     1035    </const>
    10361036  </enum>
    10371037
     
    48444844    </attribute>
    48454845
    4846         <attribute name="paravirtProvider" type="ParavirtProvider">
    4847           <desc>
    4848             The paravirtualized guest interface provider.
    4849           </desc>
    4850         </attribute>
     4846    <attribute name="paravirtProvider" type="ParavirtProvider">
     4847      <desc>
     4848        The paravirtualized guest interface provider.
     4849      </desc>
     4850    </attribute>
    48514851
    48524852    <attribute name="faultToleranceState" type="FaultToleranceState">
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